Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2023-04-13 04:13:42 +04:00
commit c5d3666a8d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7cecc126925fef811c274b10b99329179574f9cb Subproject commit 12fc37b370ff460c8712f16eb61a4d1f5abfc565

View File

@ -2164,7 +2164,7 @@ int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
int64_t target_ts, int flags) int64_t target_ts, int flags)
{ {
AVInputFormat *avif = s->iformat; AVInputFormat *avif = s->iformat;
int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; int64_t pos_min = 0, pos_max = 0, pos, pos_limit;
int64_t ts_min, ts_max, ts; int64_t ts_min, ts_max, ts;
int index; int index;
int64_t ret; int64_t ret;