[FFmpeg-devel] [PATCH]silence some useless warnings in mkv demuxer
Aurelien Jacobs
aurel
Sat May 31 18:52:15 CEST 2008
On Fri, 30 May 2008 17:39:17 +0200
"Anton Khirnov" <wyskas at gmail.com> wrote:
> Hi,
> this patch makes these warnings go away:
>
> Unknown entry 0x73a4 in info header (segment UID) - is now read
> Unknown track header entry 0x55aa - ignoring (TrackFlagForced) - discard
> Unknown track header entry 0x23314f - ignoring (TrackTimecodeScale) -
> is used (is this ever different from 1?)
> Unknown track header entry 0xaa - ignoring (CodecDecodeAll) - discard
> Unknown attachedfile ID 0x46ae (File UID) - discard
> Ignoring unknown Edition entry ID 0x45db (EditionFlagDefault) - discard
This patch should be split a little.
- All the discarded ID could go in one patch.
- The TrackTimecodeScale should be in a separate patch.
- The segment UID is not used in your patch, and thus, there is no reason
to read it. It should be discarded, as long as it's not used.
Aurel
More information about the ffmpeg-devel
mailing list