[FFmpeg-devel] [PATCH] Parsing ALS object type in MPEG-4

Alex Converse alex.converse
Fri Oct 9 22:48:43 CEST 2009


On Sun, Aug 23, 2009 at 3:51 PM, Thilo Borgmann
<thilo.borgmann at googlemail.com> wrote:
> Index: libavcodec/mpeg4audio.h
> ===================================================================
> --- libavcodec/mpeg4audio.h ? ? (revision 19689)
> +++ libavcodec/mpeg4audio.h ? ? (working copy)
> @@ -36,6 +36,7 @@
> ? ? int ext_sampling_index;
> ? ? int ext_sample_rate;
> ? ? int ext_chan_config;
> + ? ?int channels;
> ?} MPEG4AudioConfig;

Can we put "channels" directly below "chan_config" without API/ABI
breakage? If so I'd like to try to keep related thing together.



More information about the ffmpeg-devel mailing list