1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

srtenc: Reindent

This commit is contained in:
Timothy Gu
2015-10-26 23:24:45 -07:00
parent 852c4b3d42
commit b9cd3e1add

View File

@@ -60,7 +60,6 @@ static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt)
{
SRTContext *srt = avf->priv_data;
// TODO: reindent
int64_t s = pkt->pts, e, d = pkt->duration;
int size, x1 = -1, y1 = -1, x2 = -1, y2 = -1;
const uint8_t *p;