mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avformat/bink: display audio track ids
Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6275d93d1f
commit
57cfcbf347
@ -287,4 +287,5 @@ AVInputFormat ff_bink_demuxer = {
|
||||
.read_header = read_header,
|
||||
.read_packet = read_packet,
|
||||
.read_seek = read_seek,
|
||||
.flags = AVFMT_SHOW_IDS,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user