]> git.sesse.net Git - ffmpeg/commitdiff
ljpeg: remove a commented-out line
authorAnton Khirnov <anton@khirnov.net>
Mon, 2 Dec 2013 22:33:56 +0000 (23:33 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 5 Dec 2013 12:37:09 +0000 (13:37 +0100)
libavcodec/ljpegenc.c

index bb3c188b84632fd3300f9f2e6354b69000fd6a78..13d52f5581039f6b94e204f4219836dacec78097 100644 (file)
@@ -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)