Commit de89bc99 authored by Michael Niedermayer's avatar Michael Niedermayer

j2kenc: update codec name to modern ffmpeg

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1e086fd7
......@@ -1027,7 +1027,7 @@ static int j2kenc_destroy(AVCodecContext *avctx)
return 0;
}
AVCodec jpeg2000_encoder = {
AVCodec ff_jpeg2000_encoder = {
"j2k",
CODEC_TYPE_VIDEO,
CODEC_ID_JPEG2000,
......
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