You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
srtenc: Reindent
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user