Commit 9268eb6b authored by diego's avatar diego

typo: CODEC_ID_cljr --> CODEC_ID_CLJR


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17080 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1081b5fe
......@@ -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