mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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;
|
||||
}
|
||||
|
||||
AVCodec jpeg2000_encoder = {
|
||||
AVCodec ff_jpeg2000_encoder = {
|
||||
"j2k",
|
||||
CODEC_TYPE_VIDEO,
|
||||
CODEC_ID_JPEG2000,
|
||||
|
Loading…
Reference in New Issue
Block a user