]> git.sesse.net Git - ffmpeg/commit
Hack: set the coded frame PTS to the incoming PTS.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 10 Oct 2009 14:43:31 +0000 (14:43 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 10 Oct 2009 14:43:31 +0000 (14:43 +0000)
commit3bb984987ccfb877a30d2e2daceb1f4c0a618178
treeab1604a9500738f1d944219e791923ec2a779e6f
parent046703660d28b1f9c1897a9470fad062b0c881a4
Hack: set the coded frame PTS to the incoming PTS.
This is not correct, but libtheora does not seem to provide a way
to get the correct value, and this is necessary to make encoding
produce sensible time stamps when encoded content is variable
FPS or the time base is simply different from FPS.
Somewhat fixes issue 1197.

Originally committed as revision 20199 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libtheoraenc.c