Commit ddc56822 authored by ods15's avatar ods15

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()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6500 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b64c3b41
......@@ -1134,6 +1134,7 @@ static int vorbis_encode_frame(AVCodecContext * avccontext, unsigned char * pack
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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment