summaryrefslogtreecommitdiff
path: root/libavcodec/dpx.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-10-06 20:17:10 +0000
committerPaul B Mahol <onemda@gmail.com>2013-10-06 20:17:10 +0000
commitee3d03bf4ec6c4e5b9eec20a6f69d39d617a2980 (patch)
tree5650b590606d9c77db91f25b6d406f3e8694396c /libavcodec/dpx.c
parent8ec328668a7d10c8224ae5f591add5b388ea82ed (diff)
avcodec/dpx: make .long_name more descriptive
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/dpx.c')
-rw-r--r--libavcodec/dpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c
index e4c624c7c6..47906d72c2 100644
--- a/libavcodec/dpx.c
+++ b/libavcodec/dpx.c
@@ -270,7 +270,7 @@ static int decode_frame(AVCodecContext *avctx,
AVCodec ff_dpx_decoder = {
.name = "dpx",
- .long_name = NULL_IF_CONFIG_SMALL("DPX image"),
+ .long_name = NULL_IF_CONFIG_SMALL("DPX (Digital Picture Exchange) image"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_DPX,
.decode = decode_frame,