diff libschroedingerdec.c @ 6819:43bede126ef6 libavcodec

missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sat, 17 May 2008 10:20:01 +0000
parents 7cd794be03ae
children e943e1409077
line wrap: on
line diff
--- a/libschroedingerdec.c	Fri May 16 21:28:55 2008 +0000
+++ b/libschroedingerdec.c	Sat May 17 10:20:01 2008 +0000
@@ -304,5 +304,6 @@
     libschroedinger_decode_close,
     libschroedinger_decode_frame,
     CODEC_CAP_DELAY,
-    .flush = libschroedinger_flush
+    .flush = libschroedinger_flush,
+    .long_name = "libschroedinger Dirac 2.2",
 };