encoder/vorbis: generate end-of-stream packet when playback ends

Add the encoder_plugin method end().  This is important for the
recorder plugin.
This commit is contained in:
Max Kellermann
2012-04-05 00:03:38 +02:00
parent 466c337bcb
commit 5acee73fc8
9 changed files with 45 additions and 6 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.16.8 (2012/??/??)
- ffmpeg: read the "year" tag
* encoder:
- vorbis: generate end-of-stream packet before tag
- vorbis: generate end-of-stream packet when playback ends
* output:
- jack: check for connection failure before starting playback
- jack: workaround for libjack1 crash bug