OSDN Git Service

avformat/utils: treat flv like mov with timestamp discarding
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Dec 2013 03:17:05 +0000 (04:17 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Dec 2013 03:18:13 +0000 (04:18 +0100)
commitf6cd447bf1059d468249259189ca6c0508e5d461
tree7420ae7271ef9713cfc0de3167f6cbae587f992e
parentec13849ce2dc24d0c951acc01cb247df526c2eed
avformat/utils: treat flv like mov with timestamp discarding

This prevents a regression when using an avparser with flv h264

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