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>2014-04-29 13:13:43 +0400
committerAnton Khirnov <anton@khirnov.net>2014-04-29 16:49:42 +0400
commit9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521 (patch)
tree970e7986175b1b169d4e02d85f2f26c5a4b824de /libavcodec
parentc1f92d13589d431e576d719dd44427486a5e05cd (diff)
h264: drop commented out cruft
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 aed2378f28..cc1b8965ed 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -730,9 +730,6 @@ static int h264_frame_start(H264Context *h)
memset(h->slice_table, -1,
(h->mb_height * h->mb_stride - 1) * sizeof(*h->slice_table));
- // s->decode = (s->flags & CODEC_FLAG_PSNR) || !s->encoding ||
- // s->current_picture.f.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().