Commit 02c2a54b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove misplaced comment.

parent bae99f76
...@@ -392,7 +392,7 @@ static av_cold int encode_init_ls(AVCodecContext *ctx) { ...@@ -392,7 +392,7 @@ static av_cold int encode_init_ls(AVCodecContext *ctx) {
return 0; return 0;
} }
AVCodec ff_jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them AVCodec ff_jpegls_encoder = {
.name = "jpegls", .name = "jpegls",
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_JPEGLS, .id = CODEC_ID_JPEGLS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment