[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c,1.163,1.164
Michael Niedermayer CVS
michael
Sun Dec 18 12:41:34 CET 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263dec.c,1.171,1.172
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec jpeg_ls.c, NONE, 1.1 allcodecs.c, 1.118, 1.119 mjpeg.c, 1.115, 1.116 avcodec.h, 1.431, 1.432
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26513
Modified Files:
utils.c
Log Message:
typo
Index: utils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/utils.c,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- utils.c 17 Dec 2005 18:14:31 -0000 1.163
+++ utils.c 18 Dec 2005 11:41:32 -0000 1.164
@@ -679,7 +679,7 @@
{"nr", "noise reduction", OFFSET(noise_reduction), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
{"rc_init_occupancy", NULL, OFFSET(rc_initial_buffer_occupancy), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
{"inter_threshold", NULL, OFFSET(inter_threshold), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
-{"flags2", NULL, OFFSET(flags2), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
+{"flags2", NULL, OFFSET(flags2), FF_OPT_TYPE_FLAGS, DEFAULT, INT_MIN, INT_MAX},
{"error_rate", NULL, OFFSET(error_rate), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
{"antialias", NULL, OFFSET(antialias_algo), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|D, "aa"},
{"auto", NULL, 0, FF_OPT_TYPE_CONST, FF_AA_AUTO, INT_MIN, INT_MAX, V|D, "aa"},
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263dec.c,1.171,1.172
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec jpeg_ls.c, NONE, 1.1 allcodecs.c, 1.118, 1.119 mjpeg.c, 1.115, 1.116 avcodec.h, 1.431, 1.432
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list