Author: kostya
Date: Wed Jun 25 08:06:43 2008
New Revision: 2575

Log:
Very future rate control will need this

Modified:
   aacenc/aacenc.c

Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c     (original)
+++ aacenc/aacenc.c     Wed Jun 25 08:06:43 2008
@@ -620,6 +620,7 @@ static int aac_encode_frame(AVCodecConte
 
     put_bits(&s->pb, 3, ID_END);
     flush_put_bits(&s->pb);
+    avctx->frame_bits = put_bits_count(&s->pb);
     return put_bits_count(&s->pb)>>3;
 }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to