forked from KolibriOS/kolibrios
Use 64 bit for times in mpeg4_encode_gop_header()
This commit is contained in:
@@ -864,7 +864,7 @@ void ff_set_mpeg4_time(MpegEncContext * s){
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void mpeg4_encode_gop_header(MpegEncContext * s){
|
static void mpeg4_encode_gop_header(MpegEncContext * s){
|
||||||
int hours, minutes, seconds;
|
int64_t hours, minutes, seconds;
|
||||||
int64_t time;
|
int64_t time;
|
||||||
|
|
||||||
put_bits(&s->pb, 16, 0);
|
put_bits(&s->pb, 16, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user