diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-10-15 10:14:05 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-10-15 10:14:05 +0000 |
commit | 835147130718c591834a519e2c8c97df2d3e114b (patch) | |
tree | 71827b110878150adc0ce1d1844bb2c3b1f3f8c1 /libav | |
parent | b71c30becba9ee2e61e225f6cc583b9f4816ee81 (diff) | |
download | ffmpeg-835147130718c591834a519e2c8c97df2d3e114b.tar.gz |
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')
-rw-r--r-- | libav/avformat.h | 1 |
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 */ |