[vlc-devel] [PATCH] Ogg demux: add Opus support

Jean-Baptiste Kempf jb at videolan.org
Tue Aug 7 16:06:06 CEST 2012


On Tue, Aug 07, 2012 at 03:45:39PM +0200, Rafaël Carré wrote :
>      case VLC_CODEC_SPEEX:
>          Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 0 );
>          break;
> +    case VLC_CODEC_OPUS:
> +        Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 0 );
> +        break;

Why not merging the cases?

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list