diff utils.c @ 1294:12398b868e18 libavformat

ignore index parameter to ignore the ODML index in avi
author michael
date Tue, 05 Sep 2006 19:23:32 +0000
parents 185190bdc185
children c87b57a53062
line wrap: on
line diff
--- a/utils.c	Tue Sep 05 04:37:14 2006 +0000
+++ b/utils.c	Tue Sep 05 19:23:32 2006 +0000
@@ -466,6 +466,9 @@
 
 static const AVOption options[]={
 {"probesize", NULL, OFFSET(probesize), FF_OPT_TYPE_INT, DEFAULT, 32, INT_MAX, D},
+{"fflags", NULL, OFFSET(flags), FF_OPT_TYPE_FLAGS, DEFAULT, INT_MIN, INT_MAX, D, "fflags"},
+{"ignidx", "ignore index", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_IGNIDX, INT_MIN, INT_MAX, D, "fflags"},
+{"genpts", "generate pts", 0, FF_OPT_TYPE_CONST, AVFMT_FLAG_GENPTS, INT_MIN, INT_MAX, D, "fflags"},
 {NULL},
 };