On Sun, Feb 2, 2014 at 11:06 PM, Tim Walker <[email protected]> wrote: > On 02 Feb 2014, at 17:39, John Stebbins <[email protected]> wrote: > >> --- >> libavcodec/aacdec.c | 11 +++++++---- >> 1 file changed, 7 insertions(+), 4 deletions(-) > > Did I really miss this? I was sure I had tested some AAC sources when > switching to those AVFrame fields.
There should be fallback code inplace to initialize the AVFrame values to the ones from the avctx, so unless it actually changed within this audio frame, it probably didn't make a functional difference. Still better to set it explicitly here, i guess. - Hendrik _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
