]> git.sesse.net Git - ffmpeg/commit
matroskadec: remove H.264 special-case that disabled header parsing.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 19 Feb 2012 14:30:34 +0000 (15:30 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 20 Feb 2012 19:42:55 +0000 (20:42 +0100)
commit016c7bb762edded8d64f986e40b6f4cd739dd597
treed120ad027b63607818fac829fe662cf7117678f6
parent278d6ab90041cb52fb76a84dcff062db8c2398e2
matroskadec: remove H.264 special-case that disabled header parsing.

The parser was fixed so this workaround should no longer
be necessary.
This allows using stream-copy to fix files with keyframes
incorrectly marked.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavformat/matroskadec.c