mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-14 17:42:36 +08:00
Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option
is "list". Originally committed as revision 21628 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@ -2605,7 +2605,7 @@ static void opt_frame_pix_fmt(const char *arg)
|
||||
av_exit(1);
|
||||
}
|
||||
} else {
|
||||
list_fmts(avcodec_pix_fmt_string, PIX_FMT_NB);
|
||||
show_pix_fmts();
|
||||
av_exit(0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user