[FFmpeg-devel] Update: IFF File Demuxer

Mike Melanson mike
Sun Mar 23 21:44:35 CET 2008


Michael Niedermayer wrote:
>> +    st->codec->codec_type = CODEC_TYPE_AUDIO;
>> +    st->codec->codec_id = CODEC_ID_PCM_S8;
> 
>> +    st->codec->codec_tag = 0;  /* no tag */
> 
> maybe the "8SVX" could be considered the codec_tag

I don't think that's correct. 8SVX is the file type. There are several
different audio encodings (PCM, Fibonacci, Exponential, apparently).

-- 
	-Mike Melanson




More information about the ffmpeg-devel mailing list