mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lavf: remove the pointless value field from flv and iv8
The demuxers don't use it in any way.
This commit is contained in:
parent
afa4069e3b
commit
9a463917d3
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user