Browse Source

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

Originally committed as revision 6500 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Oded Shimon 19 years ago
parent
commit
7a82a10a09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/vorbis_enc.c

+ 1
- 0
libavcodec/vorbis_enc.c View File

@@ -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;
}



Loading…
Cancel
Save