[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.347,1.348
Michael Niedermayer CVS
michael
Mon Sep 12 01:20:00 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv13865
Modified Files:
ffmpeg.c
Log Message:
avoid stdio.h
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- ffmpeg.c 11 Sep 2005 11:10:24 -0000 1.347
+++ ffmpeg.c 11 Sep 2005 23:19:57 -0000 1.348
@@ -4495,7 +4495,7 @@
show_help_options(options, "\nAdvanced options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
OPT_EXPERT);
- av_opt_show(avctx_opts, stdout);
+ av_opt_show(avctx_opts, NULL);
exit(1);
}
More information about the ffmpeg-cvslog
mailing list