OSDN Git Service

avformat/mov: only force parsing for video tracks if stss is empty
authorHendrik Leppkes <h.leppkes@gmail.com>
Mon, 4 Nov 2013 15:22:27 +0000 (16:22 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 8 Nov 2013 10:31:02 +0000 (11:31 +0100)
commit019247bdc326a90bf20d3ce5d2413cc642e8bb08
tree770e888a7e3c4571a499eda000b29750558b5268
parentb7fea3daabc70095b6bd8d2ce24e4e0310276172
avformat/mov: only force parsing for video tracks if stss is empty

Fixes playback of some AAC streams, which are otherwise mangled by the
parser, and stss is typically only valid for video anyway.

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