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:
Peter Ross 2014-01-03 22:18:36 +11:00 committed by Michael Niedermayer
parent 6275d93d1f
commit 57cfcbf347
1 changed files with 1 additions and 0 deletions

View File

@ -287,4 +287,5 @@ AVInputFormat ff_bink_demuxer = {
.read_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
.flags = AVFMT_SHOW_IDS,
};