diff options
-rw-r--r-- | libavcodec/ljpegenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c index c5d99911d6..514d49315f 100644 --- a/libavcodec/ljpegenc.c +++ b/libavcodec/ljpegenc.c @@ -225,7 +225,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) |