git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24abd80
)
ljpeg: remove a commented-out line
author
Anton Khirnov
<anton@khirnov.net>
Mon, 2 Dec 2013 22:33:56 +0000
(23:33 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Thu, 5 Dec 2013 12:37:09 +0000
(13:37 +0100)
libavcodec/ljpegenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/ljpegenc.c
b/libavcodec/ljpegenc.c
index
bb3c188
..
13d52f5
100644
(file)
--- a/
libavcodec/ljpegenc.c
+++ b/
libavcodec/ljpegenc.c
@@
-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)