summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-17 10:20:01 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-17 10:20:01 +0000
commit9f4aa353599b0c12c7364fd9fe80132da96f3eb7 (patch)
treeab96ca99adad00f9ed1f4ff90906647b6b4df814 /libavcodec/libschroedingerdec.c
parentee83232aa9c28eec951aa09a8fa8ca6eae668c46 (diff)
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
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",
};