[Pkg-voip-commits] [janus] 259/282: When postprocessing Opus, flush when closinf the file too

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit e3a0f02c0898265c27ffd45b6a85041c4aef212a
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Wed Dec 13 17:07:36 2017 +0100

    When postprocessing Opus, flush when closinf the file too
---
 postprocessing/pp-opus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/postprocessing/pp-opus.c b/postprocessing/pp-opus.c
index 3685bbe..a21ad89 100644
--- a/postprocessing/pp-opus.c
+++ b/postprocessing/pp-opus.c
@@ -132,6 +132,7 @@ int janus_pp_opus_process(FILE *file, janus_pp_frame_packet *list, int *working)
 }
 
 void janus_pp_opus_close(void) {
+	ogg_flush();
 	if(ogg_file)
 		fclose(ogg_file);
 	ogg_file = NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list