[vlc-devel] [vlc-commits] Map ON2 AVC audio codec

Rafaël Carré funman at videolan.org
Sun Apr 27 15:36:20 CEST 2014


On 04/27/14 15:34, Jean-Baptiste Kempf wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 27 15:26:00 2014 +0200| [f6e4647f697d9c545eb226accd69d4fd3825538b] | committer: Jean-Baptiste Kempf
> 
> Map ON2 AVC audio codec
> 
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6e4647f697d9c545eb226accd69d4fd3825538b
> ---
> 
>  include/vlc_codecs.h           |    7 ++++++-
>  include/vlc_fourcc.h           |    1 +
>  modules/codec/avcodec/fourcc.c |    5 +++++
>  3 files changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/include/vlc_codecs.h b/include/vlc_codecs.h
> index 7fa4492..6410564 100644
> --- a/include/vlc_codecs.h
> +++ b/include/vlc_codecs.h
> @@ -261,12 +261,15 @@ ATTR_PACKED
>  #define WAVE_FORMAT_IMC                 0x0401
>  #define WAVE_FORMAT_INDEO_AUDIO         0x0402 /* Indeo Audio Coder */
>  
> +#define WAVE_FORMAT_ON2_AVC             0x0500 /* VP7 */
> +#define WAVE_FORMAT_ON2_AVC_2           0x0500 /* VP6 */

Why do we need 2 defines for the same thing ?



More information about the vlc-devel mailing list