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

Rafaël Carré funman at videolan.org
Tue Aug 7 16:07:01 CEST 2012


Le 2012-08-07 16:06, Jean-Baptiste Kempf a écrit :
> 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?

Dunno, the 2 above cases are separate too (theora / vorbis i think)



More information about the vlc-devel mailing list