mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
j2kenc: update codec name to modern ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1e086fd730
commit
de89bc994c
@ -1027,7 +1027,7 @@ static int j2kenc_destroy(AVCodecContext *avctx)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
AVCodec jpeg2000_encoder = {
|
AVCodec ff_jpeg2000_encoder = {
|
||||||
"j2k",
|
"j2k",
|
||||||
CODEC_TYPE_VIDEO,
|
CODEC_TYPE_VIDEO,
|
||||||
CODEC_ID_JPEG2000,
|
CODEC_ID_JPEG2000,
|
||||||
|
Loading…
Reference in New Issue
Block a user