mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)
Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1046,7 +1046,8 @@ static int is_raw_stream(AVFormatContext *s)
|
||||
* 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;
|
||||
|
Reference in New Issue
Block a user