You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
flv: Use the correct type to hold the file offset
This commit is contained in:
@@ -506,7 +506,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
if (enc->codec_type == AVMEDIA_TYPE_DATA) {
|
||||
int data_size;
|
||||
int metadata_size_pos = avio_tell(pb);
|
||||
int64_t metadata_size_pos = avio_tell(pb);
|
||||
avio_w8(pb, AMF_DATA_TYPE_STRING);
|
||||
put_amf_string(pb, "onTextData");
|
||||
avio_w8(pb, AMF_DATA_TYPE_MIXEDARRAY);
|
||||
|
Reference in New Issue
Block a user