Commit 72c0b8f7 authored by Anton Khirnov's avatar Anton Khirnov

ljpeg: remove a commented-out line

parent 24abd806
......@@ -215,7 +215,6 @@ static int encode_picture_lossless(AVCodecContext *avctx, AVPacket *pkt,
*got_packet = 1;
return 0;
// return (put_bits_count(&f->pb)+7)/8;
}
static av_cold int ljpeg_encode_close(AVCodecContext *avctx)
......
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