Revision b9f9e59a libavformat/flic.c
libavformat/flic.c | ||
---|---|---|
152 | 152 |
|
153 | 153 |
/* all audio frames are the same size, so use the size of the first chunk for block_align */ |
154 | 154 |
ast->codec->block_align = AV_RL32(&preamble[0]); |
155 |
ast->codec->codec_type = CODEC_TYPE_AUDIO;
|
|
155 |
ast->codec->codec_type = AVMEDIA_TYPE_AUDIO;
|
|
156 | 156 |
ast->codec->codec_id = CODEC_ID_PCM_U8; |
157 | 157 |
ast->codec->codec_tag = 0; |
158 | 158 |
ast->codec->sample_rate = FLIC_TFTD_SAMPLE_RATE; |
Also available in: Unified diff