summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index fdfc221ccd..54f23a124b 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2836,7 +2836,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0)
}
} else {
/* Frame or first field in a potentially complementary pair */
- assert(!s0->current_picture_ptr);
+// assert(!s0->current_picture_ptr);
s0->first_field = FIELD_PICTURE;
}