$NetBSD: patch-r14477,v 1.1 2008/09/07 23:39:38 ahoka Exp $

From ffmpeg svn. Remove after upgrading the ffmpeg.

--- libavformat/avidec.c	2008/07/04 13:05:06	14064
+++ libavformat/avidec.c	2008/07/30 21:07:54	14477
@@ -1026,8 +1026,7 @@
             continue;
 
 //        assert(st2->codec->block_align);
-        assert(st2->time_base.den == ast2->rate);
-        assert(st2->time_base.num == ast2->scale);
+        assert((int64_t)st2->time_base.num*ast2->rate == (int64_t)st2->time_base.den*ast2->scale);
         index = av_index_search_timestamp(
                 st2,
                 av_rescale(timestamp, st2->time_base.den*(int64_t)st->time_base.num, st->time_base.den * (int64_t)st2->time_base.num),
