OSDN Git Service

avformat/mpeg: do not count PES packets inside PES packets during probing
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Dec 2014 21:33:09 +0000 (22:33 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Dec 2014 21:34:10 +0000 (22:34 +0100)
commite15b29bb18bee8b65fab5a3c873540e01fd20afe
tree71dc37277a22274b22b874d4b75273c9b26329a0
parent890d8f44fdfe08e5324b34019694f763c966fd28
avformat/mpeg: do not count PES packets inside PES packets during probing

Fixes: misdetection of test2.mp3

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