summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerenc.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/libschroedingerenc.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/libschroedingerenc.c')
-rw-r--r--libavcodec/libschroedingerenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c
index 516b881113..c8958620d9 100644
--- a/libavcodec/libschroedingerenc.c
+++ b/libavcodec/libschroedingerenc.c
@@ -384,4 +384,5 @@ AVCodec libschroedinger_encoder = {
libschroedinger_encode_close,
.capabilities= CODEC_CAP_DELAY,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_YUV422P, PIX_FMT_YUV444P, PIX_FMT_NONE},
+ .long_name= "libschroedinger Dirac 2.2",
};