summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-30 00:38:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-30 00:38:13 +0200
commit37ce3188decae50a14c1d430c49ecc369d5876a6 (patch)
treea5b4eed88d1b50260a36e417e94c991184a8bfc6 /libavcodec
parentb3d48c315dece7bc599012075cc92e9a80cdd6ec (diff)
parent9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521 (diff)
downloadffmpeg-streaming-37ce3188decae50a14c1d430c49ecc369d5876a6.zip
ffmpeg-streaming-37ce3188decae50a14c1d430c49ecc369d5876a6.tar.gz
Merge commit '9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521'
* commit '9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521': h264: drop commented out cruft Conflicts: libavcodec/h264_slice.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264_slice.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index da2d911..65e8c73 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -779,9 +779,6 @@ static int h264_frame_start(H264Context *h)
h->block_offset[48 + 32 + i] = (4 * ((scan8[i] - scan8[0]) & 7) << pixel_shift) + 8 * h->uvlinesize * ((scan8[i] - scan8[0]) >> 3);
}
- // s->decode = (h->flags & CODEC_FLAG_PSNR) || !s->encoding ||
- // h->cur_pic.reference /* || h->contains_intra */ || 1;
-
/* We mark the current picture as non-reference after allocating it, so
* that if we break out due to an error it can be released automatically
* in the next ff_MPV_frame_start().
OpenPOWER on IntegriCloud