changeset 3895:a9d7e965d24f libavcodec

Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines even though it doesn't do anything, use flush_put_bits()
author ods15
date Mon, 02 Oct 2006 06:09:08 +0000
parents ee58cf698ebc
children 46ab70354691
files vorbis_enc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis_enc.c	Mon Oct 02 06:09:06 2006 +0000
+++ b/vorbis_enc.c	Mon Oct 02 06:09:08 2006 +0000
@@ -1134,6 +1134,7 @@
 
     residue_encode(venc, &venc->residues[mapping->residue[mapping->mux[0]]], &pb, venc->coeffs, samples, venc->channels);
 
+    flush_put_bits(&pb);
     return (put_bits_count(&pb) + 7) / 8;
 }