diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-06-04 20:01:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-06-04 20:01:36 +0200 |
commit | 02c2a54bf6c994b2a7f76158f91aad5eecbb941e (patch) | |
tree | 6d3ddb8e34879b59c15d06fdb0f106e17490f552 | |
parent | bae99f7651f2506d8f55ecf38ef444085e01b578 (diff) | |
download | ffmpeg-02c2a54bf6c994b2a7f76158f91aad5eecbb941e.tar.gz |
Remove misplaced comment.
-rw-r--r-- | libavcodec/jpeglsenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jpeglsenc.c b/libavcodec/jpeglsenc.c index 4e863bfb38..dc2ff03a62 100644 --- a/libavcodec/jpeglsenc.c +++ b/libavcodec/jpeglsenc.c @@ -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, |