summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-31 07:46:18 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-31 07:48:03 +0100
commit9a463917d30147a9728a7b19b03c217527e09046 (patch)
treed669ad662521b2207a09499ad4cbb6683891e023 /libavformat/flvdec.c
parentafa4069e3ba373ed958f5fd392c184b084287b46 (diff)
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.c1
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,
};