mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user