OSDN Git Service

avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 7 Sep 2014 14:39:39 +0000 (16:39 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 7 Sep 2014 14:39:39 +0000 (16:39 +0200)
commit7c1835c52a4be2e4e996f83c91a8d5a147b01100
treedca9f65f86435b4af17cc85f0cf11e872904d331
parentcfce6f7efd28130bf0dd409b2367ca0f8c9b2417
avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe

Fixes miss detection of PCM as m4v
Fixes Ticket 3928

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/m4vdec.c