diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index b45118e5d1..2166e11649 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -103,7 +103,7 @@ typedef struct ASFContext { int ts_is_pts; int packet_multi_size; int packet_time_delta; - int packet_time_start; + int64_t packet_time_start; int64_t packet_pos; int stream_index;