From 9767d7c092c890ecc5953452e8a951fd902dd67b Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 25 May 2014 21:04:19 -0700 Subject: oggenc: Flush after writing headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- tests/ref/lavf/ogg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ref/lavf') diff --git a/tests/ref/lavf/ogg b/tests/ref/lavf/ogg index ea827acd4c..ca62b2650a 100644 --- a/tests/ref/lavf/ogg +++ b/tests/ref/lavf/ogg @@ -1,3 +1,3 @@ -8ca901bc8d24b80ebe79e387e454d1e9 *./tests/data/lavf/lavf.ogg +3c41e917d95f925eaa8f2e31972edcfa *./tests/data/lavf/lavf.ogg 13476 ./tests/data/lavf/lavf.ogg ./tests/data/lavf/lavf.ogg CRC=0x3a1da17e -- cgit v1.2.3