[FFmpeg-soc] [soc]: r2741 - aacenc/aacenc.c

Aurelien Jacobs aurel at gnuage.org
Tue Jul 8 20:44:59 CEST 2008


kostya wrote:

> Author: kostya
> Date: Tue Jul  8 16:00:56 2008
> New Revision: 2741
> 
> Log:
> Brand output files.
> 
> [...]
> 
> @@ -622,6 +644,9 @@ static int aac_encode_frame(AVCodecConte
>      ff_aac_psy_analyze(&s->psy, samples, 0, &s->cpe);
>  
>      init_put_bits(&s->pb, frame, buf_size*8);
> +    if(s->first_frame){
> +        put_bitstream_info(avctx, s, LIBAVCODEC_IDENT);
> +    }

This should depend on CODEC_FLAG_BITEXACT to allow regression tests.

Aurel



More information about the FFmpeg-soc mailing list