X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsrtenc.c;h=93d5ed7ac826357c6010c018b80c5472af7f6286;hb=ef6a9e5e311f09fa8032974fa4d0c1e166a959bb;hp=9bb0ff94c168018c7f66709a09572a9205ad3d7f;hpb=985c0dac674846721ec8ff23344c16ac7d1c9a1e;p=ffmpeg diff --git a/libavformat/srtenc.c b/libavformat/srtenc.c index 9bb0ff94c16..93d5ed7ac82 100644 --- a/libavformat/srtenc.c +++ b/libavformat/srtenc.c @@ -61,7 +61,7 @@ static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt) SRTContext *srt = avf->priv_data; int64_t s = pkt->pts, e, d = pkt->duration; - buffer_size_t size; + size_t size; int x1 = -1, y1 = -1, x2 = -1, y2 = -1; const uint8_t *p;