comparison vorbis_enc.c @ 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
comparison
equal deleted inserted replaced
3894:ee58cf698ebc 3895:a9d7e965d24f
1132 } 1132 }
1133 } 1133 }
1134 1134
1135 residue_encode(venc, &venc->residues[mapping->residue[mapping->mux[0]]], &pb, venc->coeffs, samples, venc->channels); 1135 residue_encode(venc, &venc->residues[mapping->residue[mapping->mux[0]]], &pb, venc->coeffs, samples, venc->channels);
1136 1136
1137 flush_put_bits(&pb);
1137 return (put_bits_count(&pb) + 7) / 8; 1138 return (put_bits_count(&pb) + 7) / 8;
1138 } 1139 }
1139 1140
1140 1141
1141 static int vorbis_encode_close(AVCodecContext * avccontext) 1142 static int vorbis_encode_close(AVCodecContext * avccontext)