summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libschroedingerdec.c')
-rw-r--r--libavcodec/libschroedingerdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c
index b03df79c4b..5a07899db6 100644
--- a/libavcodec/libschroedingerdec.c
+++ b/libavcodec/libschroedingerdec.c
@@ -304,5 +304,6 @@ AVCodec libschroedinger_decoder = {
libschroedinger_decode_close,
libschroedinger_decode_frame,
CODEC_CAP_DELAY,
- .flush = libschroedinger_flush
+ .flush = libschroedinger_flush,
+ .long_name = "libschroedinger Dirac 2.2",
};