[FFmpeg-cvslog] r21628 - trunk/ffmpeg.c
stefano
subversion
Wed Feb 3 20:55:45 CET 2010
Author: stefano
Date: Wed Feb 3 20:55:45 2010
New Revision: 21628
Log:
Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option
is "list".
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Wed Feb 3 16:19:19 2010 (r21627)
+++ trunk/ffmpeg.c Wed Feb 3 20:55:45 2010 (r21628)
@@ -2605,7 +2605,7 @@ static void opt_frame_pix_fmt(const char
av_exit(1);
}
} else {
- list_fmts(avcodec_pix_fmt_string, PIX_FMT_NB);
+ show_pix_fmts();
av_exit(0);
}
}
More information about the ffmpeg-cvslog
mailing list