h264: drop commented out cruft

This commit is contained in:
Anton Khirnov 2014-04-29 11:13:43 +02:00
parent c1f92d1358
commit 9d76dd952f
1 changed files with 0 additions and 3 deletions

View File

@ -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().