summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-23 19:07:37 +0200
committerPaul B Mahol <onemda@gmail.com>2015-10-23 19:07:37 +0200
commit8dea76180c3bc6cfd66c512a1e2dc7e136155d78 (patch)
treefb2d0aa9520f8d85afb5525e0fda6211442a2e69 /libavcodec/codec_desc.c
parentdd456245b63864b4a74bcdba6482f069ccc8222d (diff)
avcodec: extend long decription for adpcm psx codec
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 01d70ca87f..2f5cefd16c 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1989,7 +1989,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_ADPCM_PSX,
.type = AVMEDIA_TYPE_AUDIO,
.name = "adpcm_psx",
- .long_name = NULL_IF_CONFIG_SMALL("ADPCM PSX"),
+ .long_name = NULL_IF_CONFIG_SMALL("ADPCM Playstation"),
.props = AV_CODEC_PROP_LOSSY,
},