Changeset 10b1c060 in ffmpeg

Timestamp:
Mar 30, 2012, 8:32:16 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
c265b77b
Parents:
ed3e1b48
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (02/18/12 20:21:20)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (03/30/12 20:32:16)
Message:

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>
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.