changeset 8764:aa68b04560ba libavcodec

typo: CODEC_ID_cljr --> CODEC_ID_CLJR
author diego
date Sun, 08 Feb 2009 23:19:29 +0000
parents 8551f8149146
children d17c61f75ee5
files cljr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cljr.c	Sun Feb 08 21:22:18 2009 +0000
+++ b/cljr.c	Sun Feb 08 23:19:29 2009 +0000
@@ -151,7 +151,7 @@
 AVCodec cljr_encoder = {
     "cljr",
     CODEC_TYPE_VIDEO,
-    CODEC_ID_cljr,
+    CODEC_ID_CLJR,
     sizeof(CLJRContext),
     encode_init,
     encode_frame,