Commit 6deaab36 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '72c0b8f7'

* commit '72c0b8f7':
  ljpeg: remove a commented-out line
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0ebdf8d9 72c0b8f7
......@@ -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)
......
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