summaryrefslogtreecommitdiff
path: root/libavcodec/eacmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eacmv.c')
-rw-r--r--libavcodec/eacmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c
index 4ab5a61bed..18321aada5 100644
--- a/libavcodec/eacmv.c
+++ b/libavcodec/eacmv.c
@@ -211,5 +211,5 @@ AVCodec eacmv_decoder = {
cmv_decode_end,
cmv_decode_frame,
CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV Video"),
+ .long_name = NULL_IF_CONFIG_SMALL("Electronic Arts CMV video"),
};