diff utils.c @ 597:d814669d2c13 libavformat

int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)
author michael
date Tue, 23 Nov 2004 18:23:56 +0000
parents 113101b95d3b
children 0209f7365ccc
line wrap: on
line diff
--- a/utils.c	Sun Nov 21 03:37:33 2004 +0000
+++ b/utils.c	Tue Nov 23 18:23:56 2004 +0000
@@ -1046,7 +1046,8 @@
  *                 then it will be >=
  * @return < 0 if no such timestamp could be found
  */
-int av_index_search_timestamp(AVStream *st, int wanted_timestamp, int backward)
+int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp,
+                              int backward)
 {
     AVIndexEntry *entries= st->index_entries;
     int nb_entries= st->nb_index_entries;