[Ffmpeg-devel] [PATCH] avctx->frame_size for FAAD
Guillaume Poirier
gpoirier
Thu Sep 14 14:15:42 CEST 2006
Hi,
Andrew Voznytsa wrote:
> Hi,
>
> well - nothing to comment.
I bet to differ.
> ------------------------------------------------------------------------
>
> Index: libavcodec/faad.c
> ===================================================================
> --- libavcodec/faad.c (revision 6249)
> +++ libavcodec/faad.c (working copy)
> @@ -307,6 +307,8 @@
>
> faac_init_mp4(avctx);
>
> + avctx->frame_size = 1024; // faad does not support other frame size
Very well... but shouldn't this be considered as a bug in FAAC that
should be fixed upstream rather than worked-around here?
... or is it a feature?
Guillaume
More information about the ffmpeg-devel
mailing list