j2kenc: update codec name to modern ffmpeg

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-27 19:00:55 +02:00
parent 1e086fd730
commit de89bc994c
1 changed files with 1 additions and 1 deletions

View File

@ -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,