mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libvo-*: Don't use deprecated sample format names and enum names
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
b5304f7b2e
commit
c5e03cebd3
@ -122,7 +122,7 @@ AVCodec ff_libvo_aacenc_encoder = {
|
|||||||
aac_encode_frame,
|
aac_encode_frame,
|
||||||
aac_encode_close,
|
aac_encode_close,
|
||||||
NULL,
|
NULL,
|
||||||
.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
|
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("libvo-aacenc AAC"),
|
.long_name = NULL_IF_CONFIG_SMALL("libvo-aacenc AAC"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ AVCodec ff_libvo_amrwbenc_encoder = {
|
|||||||
amr_wb_encode_frame,
|
amr_wb_encode_frame,
|
||||||
amr_wb_encode_close,
|
amr_wb_encode_close,
|
||||||
NULL,
|
NULL,
|
||||||
.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
|
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("libvo-amrwbenc Adaptive Multi-Rate "
|
.long_name = NULL_IF_CONFIG_SMALL("libvo-amrwbenc Adaptive Multi-Rate "
|
||||||
"(AMR) Wide-Band"),
|
"(AMR) Wide-Band"),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user