From 9a463917d30147a9728a7b19b03c217527e09046 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 31 Jan 2012 07:46:18 +0100 Subject: lavf: remove the pointless value field from flv and iv8 The demuxers don't use it in any way. --- libavformat/iv8.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/iv8.c') 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, }; -- cgit v1.2.3