From e2c95e6bd8e89b4f8b4105ef521f8ac03a23ce8f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 30 Jun 2012 17:18:46 +0200 Subject: nutdec: remove assert that is wrong for some new duration code. Signed-off-by: Michael Niedermayer --- libavformat/nutdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/nutdec.c') diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index d19127ccea..97f0b92d59 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -898,7 +898,6 @@ static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index, do { pos = find_startcode(bc, SYNCPOINT_STARTCODE, pos) + 1; if (pos < 1) { - av_assert0(nut->next_startcode == 0); av_log(s, AV_LOG_ERROR, "read_timestamp failed.\n"); return AV_NOPTS_VALUE; } -- cgit v1.2.3