mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
de89bc994c
commit
1c20a0b354
@ -1029,7 +1029,7 @@ static int j2kenc_destroy(AVCodecContext *avctx)
|
||||
|
||||
AVCodec ff_jpeg2000_encoder = {
|
||||
"j2k",
|
||||
CODEC_TYPE_VIDEO,
|
||||
AVMEDIA_TYPE_VIDEO,
|
||||
CODEC_ID_JPEG2000,
|
||||
sizeof(J2kEncoderContext),
|
||||
j2kenc_init,
|
||||
|
Loading…
Reference in New Issue
Block a user