forked from FFmpeg/FFmpeg
j2kenc: update codec name to modern ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1e086fd730
commit
de89bc994c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue