mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-07 22:55:27 +01:00
Remove misplaced comment.
This commit is contained in:
@@ -392,7 +392,7 @@ static av_cold int encode_init_ls(AVCodecContext *ctx) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVCodec ff_jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them
|
||||
AVCodec ff_jpegls_encoder = {
|
||||
.name = "jpegls",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_JPEGLS,
|
||||
|
||||
Reference in New Issue
Block a user