summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-02 05:18:33 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-02 05:18:33 +0000
commit0ffbc258aa00b3cd88ff9c8d141a7661655b4571 (patch)
treedc9fcc80638c30124ec080da13e9284d7bed9541 /libavcodec/mlpdec.c
parent421ae271da08865879d1b582bfc55dfc257158d3 (diff)
Change a bunch of codec long_names to be more consistent and descriptive.
Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlpdec.c')
-rw-r--r--libavcodec/mlpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index d2e98e42f2..99754b329c 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -1047,6 +1047,6 @@ AVCodec mlp_decoder = {
NULL,
NULL,
read_access_unit,
- .long_name = NULL_IF_CONFIG_SMALL("Meridian Lossless Packing"),
+ .long_name = NULL_IF_CONFIG_SMALL("MLP (Meridian Lossless Packing)/TrueHD"),
};