mkv: fixed format-specifier related to mkv_track_t::i_number
commit14040907e5926eb52f13b69a9fc7aa272a1eed92
authorFilip Roséen <filip@videolabs.io>
Mon, 9 May 2016 12:53:24 +0000 (9 14:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 9 May 2016 13:09:15 +0000 (9 15:09 +0200)
treef3a6411f4d23ef6a76e7caebb0bd5b3bcf095ff9
parentfba90482f8602ffc2db52aeba6810a7fe92cbe6a
mkv: fixed format-specifier related to mkv_track_t::i_number

i_number is an unsigned int, meaning that the format-specifier should be
"%u" and not "%d"; this patch fixes that.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/matroska_segment_parse.cpp
modules/demux/mkv/util.cpp