Mercurial > libavformat.hg
diff voc.c @ 1677:2a85c82b8538 libavformat
add codec_id <-> codec_tag tables to AVIn/OutputFormat
author | michael |
---|---|
date | Sun, 21 Jan 2007 01:39:17 +0000 |
parents | 6dc55143f99f |
children | 06083249909c |
line wrap: on
line diff
--- a/voc.c Sat Jan 20 23:09:27 2007 +0000 +++ b/voc.c Sun Jan 21 01:39:17 2007 +0000 @@ -23,7 +23,7 @@ const unsigned char voc_magic[21] = "Creative Voice File\x1A"; -const CodecTag voc_codec_tags[] = { +const AVCodecTag voc_codec_tags[] = { {CODEC_ID_PCM_U8, 0x00}, {CODEC_ID_ADPCM_SBPRO_4, 0x01}, {CODEC_ID_ADPCM_SBPRO_3, 0x02},