Browse Source

Remove misplaced comment.

tags/n1.0
Carl Eugen Hoyos 13 years ago
parent
commit
02c2a54bf6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/jpeglsenc.c

+ 1
- 1
libavcodec/jpeglsenc.c View File

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


Loading…
Cancel
Save