You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user