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/iv8.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/iv8.c')
-rw-r--r-- | libavformat/iv8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/iv8.c b/libavformat/iv8.c index 903de6f8a4..e597911a97 100644 --- a/libavformat/iv8.c +++ b/libavformat/iv8.c @@ -115,5 +115,4 @@ AVInputFormat ff_iv8_demuxer = { .read_header = read_header, .read_packet = read_packet, .flags= AVFMT_GENERIC_INDEX, - .value = CODEC_ID_MPEG4, }; |