1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-05 23:58:59 +02:00

ljpeg: remove a commented-out line

This commit is contained in:
Anton Khirnov 2013-12-02 23:33:56 +01:00
parent 24abd806ea
commit 72c0b8f724

View 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)