Revision d36beb3f libavcodec/libopencore-amr.c
libavcodec/libopencore-amr.c | ||
---|---|---|
139 | 139 |
return packet_size; |
140 | 140 |
} |
141 | 141 |
|
142 |
AVCodec libopencore_amrnb_decoder = { |
|
142 |
AVCodec ff_libopencore_amrnb_decoder = {
|
|
143 | 143 |
"libopencore_amrnb", |
144 | 144 |
AVMEDIA_TYPE_AUDIO, |
145 | 145 |
CODEC_ID_AMR_NB, |
... | ... | |
213 | 213 |
return written; |
214 | 214 |
} |
215 | 215 |
|
216 |
AVCodec libopencore_amrnb_encoder = { |
|
216 |
AVCodec ff_libopencore_amrnb_encoder = {
|
|
217 | 217 |
"libopencore_amrnb", |
218 | 218 |
AVMEDIA_TYPE_AUDIO, |
219 | 219 |
CODEC_ID_AMR_NB, |
... | ... | |
310 | 310 |
return 0; |
311 | 311 |
} |
312 | 312 |
|
313 |
AVCodec libopencore_amrwb_decoder = { |
|
313 |
AVCodec ff_libopencore_amrwb_decoder = {
|
|
314 | 314 |
"libopencore_amrwb", |
315 | 315 |
AVMEDIA_TYPE_AUDIO, |
316 | 316 |
CODEC_ID_AMR_WB, |
Also available in: Unified diff