diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-23 19:07:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-23 19:07:37 +0200 |
commit | 8dea76180c3bc6cfd66c512a1e2dc7e136155d78 (patch) | |
tree | fb2d0aa9520f8d85afb5525e0fda6211442a2e69 /libavcodec/codec_desc.c | |
parent | dd456245b63864b4a74bcdba6482f069ccc8222d (diff) | |
download | ffmpeg-8dea76180c3bc6cfd66c512a1e2dc7e136155d78.tar.gz |
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.c | 2 |
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, }, |