typo: CODEC_ID_cljr --> CODEC_ID_CLJR

Originally committed as revision 17080 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-08 23:19:29 +00:00
parent c099766fad
commit 01c534371c
1 changed files with 1 additions and 1 deletions

View File

@ -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,