1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/tests/ref
Reimar Döffinger 76cc0992d8 oggenc: fix condition when not to flush due to keyframe granule.
The previous condition of 0 page size was wrong,
that would disable the mechanism for all frames at
a start of a page, thus some keyframes still would not
get their own granule.
The real problem is that header packets must not be flushed,
but they have (and must have) 0 granule and thus would
be detected as keyframes.
Add a separate parameter to mark header packets.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-02-18 21:35:49 +01:00
..
acodec Merge remote-tracking branch 'qatar/master' 2012-02-12 01:06:13 +01:00
fate Merge remote-tracking branch 'qatar/master' 2012-02-17 00:35:06 +01:00
lavf Add ismv regression test. 2012-02-17 17:29:51 +01:00
lavf-fate oggenc: fix condition when not to flush due to keyframe granule. 2012-02-18 21:35:49 +01:00
lavfi Fix fate tests after 5c2c6bbf. 2012-02-09 23:56:47 +01:00
seek Update mkv seek tests. 2012-02-13 21:48:20 +01:00
vsynth1 cljr: set the properties of the coded_frame, not input frame. 2012-02-12 08:05:38 +01:00
vsynth2 cljr: set the properties of the coded_frame, not input frame. 2012-02-12 08:05:38 +01:00