Skip to content
Snippets Groups Projects
Commit 9a463917 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

lavf: remove the pointless value field from flv and iv8

The demuxers don't use it in any way.
parent afa4069e
No related branches found
No related tags found
No related merge requests found
......@@ -672,5 +672,4 @@ AVInputFormat ff_flv_demuxer = {
#endif
.read_close = flv_read_close,
.extensions = "flv",
.value = CODEC_ID_FLV1,
};
......@@ -115,5 +115,4 @@ AVInputFormat ff_iv8_demuxer = {
.read_header = read_header,
.read_packet = read_packet,
.flags= AVFMT_GENERIC_INDEX,
.value = CODEC_ID_MPEG4,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment