mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-23 00:50:17 +08:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -2867,7 +2867,7 @@ AVCodec ff_aac_latm_decoder = {
|
||||
.init = latm_decode_init,
|
||||
.close = aac_decode_close,
|
||||
.decode = latm_decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AAC LATM (Advanced Audio Codec LATM syntax)"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AAC LATM (Advanced Audio Coding LATM syntax)"),
|
||||
.sample_fmts = (const enum AVSampleFormat[]) {
|
||||
AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE
|
||||
},
|
||||
|
Reference in New Issue
Block a user