summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index 4e67aa90e1..51079fa944 100644
--- a/libavcodec/zmbv.c
+++ b/libavcodec/zmbv.c
@@ -661,6 +661,7 @@ AVCodec zmbv_decoder = {
decode_init,
NULL,
decode_end,
- decode_frame
+ decode_frame,
+ .long_name = "Zip Motion Blocks Video",
};