OSDN Git Service

Fix Theora-in-ogg keyframe handling.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 12 Feb 2012 09:52:42 +0000 (10:52 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 12 Feb 2012 17:56:06 +0000 (18:56 +0100)
commitff925491955036647c6de26c07070cc2afafda51
tree9d9fac458b0057f8c052d66f853ee90a9993d2de
parentb223035511d3431853c1e678d49e2630152c591a
Fix Theora-in-ogg keyframe handling.

To make seeking work correctly, we must write a new granule for
each keyframe.
Unfortunately we currently have no regression tests due to no
included Theora encoder.
A test based on -vcodec copy from a Theora FATE sample should
probably be added.

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