From 01c534371cef149820a7690ee11082a817b2a560 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Feb 2009 23:19:29 +0000 Subject: [PATCH] typo: CODEC_ID_cljr --> CODEC_ID_CLJR Originally committed as revision 17080 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cljr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index cca5a91ee..8def82e4b 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -151,7 +151,7 @@ AVCodec cljr_decoder = { AVCodec cljr_encoder = { "cljr", CODEC_TYPE_VIDEO, - CODEC_ID_cljr, + CODEC_ID_CLJR, sizeof(CLJRContext), encode_init, encode_frame, -- 2.11.0