You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -150,7 +150,7 @@ AVCodec ff_libvo_amrwbenc_encoder = {
|
||||
.close = amr_wb_encode_close,
|
||||
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Android VisualOn Adaptive "
|
||||
"Multi-Rate (AMR) Wide-Band"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Android VisualOn AMR-WB "
|
||||
"(Adaptive Multi-Rate Wide-Band)"),
|
||||
.priv_class = &class,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user