On 6/29/11, Alex Converse <[email protected]> wrote:
> ---
>  libavcodec/aacenc.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/aacenc.h b/libavcodec/aacenc.h
> index 3f590fe..acd185a 100644
> --- a/libavcodec/aacenc.h
> +++ b/libavcodec/aacenc.h
> @@ -61,7 +61,7 @@ typedef struct AACEncContext {
>      int16_t *samples;                            ///< saved preprocessed
> input
>
>      int samplerate_index;                        ///< MPEG-4 samplerate
> index
> -    uint8_t *chan_map;                           ///< channel configuration
> map
> +    const uint8_t *chan_map;                     ///< channel configuration
> map
>
>      ChannelElement *cpe;                         ///< channel elements
>      FFPsyContext psy;
> --
> 1.7.3.1

OK


-- 
-Nathan Caldwell
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to