@@ -3311,6 +3311,12 @@ int main(int argc, char **argv)
gotoend;
}
w_name=av_strtok(print_format,"=",&buf);
if(!w_name){
av_log(NULL,AV_LOG_ERROR,
"No name specified for the output format\n");
ret=AVERROR(EINVAL);
gotoend;
}
w_args=buf;
if(show_data_hash){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.