diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-31 07:46:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-31 07:48:03 +0100 |
commit | 9a463917d30147a9728a7b19b03c217527e09046 (patch) | |
tree | d669ad662521b2207a09499ad4cbb6683891e023 /libavformat/flvdec.c | |
parent | afa4069e3ba373ed958f5fd392c184b084287b46 (diff) | |
download | ffmpeg-9a463917d30147a9728a7b19b03c217527e09046.tar.gz |
lavf: remove the pointless value field from flv and iv8
The demuxers don't use it in any way.
Diffstat (limited to 'libavformat/flvdec.c')
-rw-r--r-- | libavformat/flvdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index ad38653d76..1e1c29b391 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -672,5 +672,4 @@ AVInputFormat ff_flv_demuxer = { #endif .read_close = flv_read_close, .extensions = "flv", - .value = CODEC_ID_FLV1, }; |