You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec: srtdec: Reindent
This commit is contained in:
@@ -73,7 +73,6 @@ static int srt_decode_frame(AVCodecContext *avctx,
|
||||
|
||||
av_bprint_init(&buffer, 0, AV_BPRINT_SIZE_UNLIMITED);
|
||||
|
||||
// TODO: reindent
|
||||
// Do final divide-by-10 outside rescale to force rounding down.
|
||||
ts_start = av_rescale_q(avpkt->pts,
|
||||
avctx->time_base,
|
||||
|
Reference in New Issue
Block a user