[FFmpeg-cvslog] avidec: remove harmless duplicate code.

Michael Niedermayer git at videolan.org
Sat Feb 18 04:32:40 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Feb 18 03:42:10 2012 +0100| [c36010c286090ce7a1d7d3d61226d918d9a23490] | committer: Michael Niedermayer

avidec: remove harmless duplicate code.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c36010c286090ce7a1d7d3d61226d918d9a23490
---

 libavformat/avidec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index a88ceb1..db4a6b0 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",



More information about the ffmpeg-cvslog mailing list