mirror of https://git.ffmpeg.org/ffmpeg.git
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
Originally committed as revision 17080 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c099766fad
commit
01c534371c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue