srtenc: Reindent
This commit is contained in:
parent
852c4b3d42
commit
b9cd3e1add
@ -60,7 +60,6 @@ static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt)
|
|||||||
{
|
{
|
||||||
SRTContext *srt = avf->priv_data;
|
SRTContext *srt = avf->priv_data;
|
||||||
|
|
||||||
// TODO: reindent
|
|
||||||
int64_t s = pkt->pts, e, d = pkt->duration;
|
int64_t s = pkt->pts, e, d = pkt->duration;
|
||||||
int size, x1 = -1, y1 = -1, x2 = -1, y2 = -1;
|
int size, x1 = -1, y1 = -1, x2 = -1, y2 = -1;
|
||||||
const uint8_t *p;
|
const uint8_t *p;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user