summaryrefslogtreecommitdiff
path: root/libav/avformat.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-10-15 10:14:05 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-10-15 10:14:05 +0000
commit835147130718c591834a519e2c8c97df2d3e114b (patch)
tree71827b110878150adc0ce1d1844bb2c3b1f3f8c1 /libav/avformat.h
parentb71c30becba9ee2e61e225f6cc583b9f4816ee81 (diff)
suppressed vcd flag - use new mpeg mux format instead
Originally committed as revision 1041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r--libav/avformat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libav/avformat.h b/libav/avformat.h
index 7ce160ffed..2fb64e4d26 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -169,7 +169,6 @@ extern AVOutputFormat *first_oformat;
/* modules */
/* mpeg.c */
-#define AVF_FLAG_VCD 0x00000001 /* VCD compatible MPEG-PS */
int mpegps_init(void);
/* mpegts.c */