From c36010c286090ce7a1d7d3d61226d918d9a23490 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 18 Feb 2012 03:42:10 +0100 Subject: [PATCH] avidec: remove harmless duplicate code. Signed-off-by: Michael Niedermayer --- libavformat/avidec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avidec.c b/libavformat/avidec.c index a88ceb1de5..db4a6b09e3 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -1385,7 +1385,6 @@ static int avi_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp st = s->streams[stream_index]; ast= st->priv_data; index= av_index_search_timestamp(st, timestamp * FFMAX(ast->sample_size, 1), flags); - if(index<0) if (index<0) { if (st->nb_index_entries > 0) av_log(s, AV_LOG_ERROR, "Failed to find timestamp %"PRId64 " in index %"PRId64 " .. %"PRId64 "\n",