Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-12-03 02:33:56 +0400
committerAnton Khirnov <anton@khirnov.net>2013-12-05 16:37:09 +0400
commit72c0b8f724a71d2784aecad0e5221e7ab6206371 (patch)
tree1c5eaf32fb532d0d09249de4cb56862243b3b2d6 /libavcodec/ljpegenc.c
parent24abd806ea0cfb0d988d2f0044eac79cff12918c (diff)
ljpeg: remove a commented-out line
Diffstat (limited to 'libavcodec/ljpegenc.c')
-rw-r--r--libavcodec/ljpegenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c
index bb3c188b84..13d52f5581 100644
--- 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)