diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-14 17:02:41 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-15 16:04:35 +0000 |
commit | eca2eb2dfa992d394f75be08464295844b5e97e6 (patch) | |
tree | 2d8930e57527a2df4d879f3c8d448e6819d0c088 /libavcodec/codec_desc.c | |
parent | c0d68be555f5858703383040e04fcd6529777061 (diff) | |
download | ffmpeg-eca2eb2dfa992d394f75be08464295844b5e97e6.tar.gz |
pcm: give more descriptive name to 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 48dbe06b1f..45432bceb9 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1451,7 +1451,7 @@ static const AVCodecDescriptor codec_descriptors[] = { .id = AV_CODEC_ID_PCM_S16LE_PLANAR, .type = AVMEDIA_TYPE_AUDIO, .name = "pcm_s16le_planar", - .long_name = NULL_IF_CONFIG_SMALL("PCM 16-bit little-endian planar"), + .long_name = NULL_IF_CONFIG_SMALL("PCM signed 16-bit little-endian planar"), .props = AV_CODEC_PROP_LOSSLESS, }, { |