Commit 01c53437 authored by Diego Biurrun's avatar Diego Biurrun

typo: CODEC_ID_cljr --> CODEC_ID_CLJR

Originally committed as revision 17080 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c099766f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment