Changeset 9767d7c0 in ffmpeg

Timestamp:
May 27, 2014, 5:16:59 PM (11 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
b5657516, f13ffb66
Parents:
1d3eb0b5
git-author:
Andrew Kelley <superjoe30@gmail.com> (05/26/14 04:04:19)
git-committer:
Martin Storsjö <martin@martin.st> (05/27/14 17:16:59)
Message:

oggenc: Flush after writing headers

Before, header information for ogg format files was sent with the
first encoded packet.

This patch makes it so that it is possible for API users to
differentiate between headers and encoded audio. This is useful, for
example, when creating an audio stream where you want to send one set
of headers for every client that connects and then the encoded stream
of audio.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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