aboutsummaryrefslogtreecommitdiff
path: root/test/test_vorbis_encoder.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-04-05 00:03:38 +0200
committerMax Kellermann <max@duempel.org>2012-04-05 00:21:53 +0200
commit5acee73fc85e44179120a5818247fc0760038cff (patch)
tree143a8f28c8537041f08ecd64a9d3bfba35a412f4 /test/test_vorbis_encoder.c
parent466c337bcb71fb6bca0384300586e7213685d53d (diff)
encoder/vorbis: generate end-of-stream packet when playback ends
Add the encoder_plugin method end(). This is important for the recorder plugin.
Diffstat (limited to 'test/test_vorbis_encoder.c')
-rw-r--r--test/test_vorbis_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vorbis_encoder.c b/test/test_vorbis_encoder.c
index 370a8a59..969ab768 100644
--- a/test/test_vorbis_encoder.c
+++ b/test/test_vorbis_encoder.c
@@ -99,7 +99,7 @@ main(G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv)
/* finish */
- success = encoder_flush(encoder, NULL);
+ success = encoder_end(encoder, NULL);
assert(success);
encoder_to_stdout(encoder);