Revision d36beb3f libavcodec/sonic.c
libavcodec/sonic.c | ||
---|---|---|
935 | 935 |
return (get_bits_count(&gb)+7)/8; |
936 | 936 |
} |
937 | 937 |
|
938 |
AVCodec sonic_decoder = { |
|
938 |
AVCodec ff_sonic_decoder = {
|
|
939 | 939 |
"sonic", |
940 | 940 |
AVMEDIA_TYPE_AUDIO, |
941 | 941 |
CODEC_ID_SONIC, |
... | ... | |
949 | 949 |
#endif /* CONFIG_SONIC_DECODER */ |
950 | 950 |
|
951 | 951 |
#if CONFIG_SONIC_ENCODER |
952 |
AVCodec sonic_encoder = { |
|
952 |
AVCodec ff_sonic_encoder = {
|
|
953 | 953 |
"sonic", |
954 | 954 |
AVMEDIA_TYPE_AUDIO, |
955 | 955 |
CODEC_ID_SONIC, |
... | ... | |
963 | 963 |
#endif |
964 | 964 |
|
965 | 965 |
#if CONFIG_SONIC_LS_ENCODER |
966 |
AVCodec sonic_ls_encoder = { |
|
966 |
AVCodec ff_sonic_ls_encoder = {
|
|
967 | 967 |
"sonicls", |
968 | 968 |
AVMEDIA_TYPE_AUDIO, |
969 | 969 |
CODEC_ID_SONIC_LS, |
Also available in: Unified diff