You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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);
|
av_bprint_init(&buffer, 0, AV_BPRINT_SIZE_UNLIMITED);
|
||||||
|
|
||||||
// TODO: reindent
|
|
||||||
// Do final divide-by-10 outside rescale to force rounding down.
|
// Do final divide-by-10 outside rescale to force rounding down.
|
||||||
ts_start = av_rescale_q(avpkt->pts,
|
ts_start = av_rescale_q(avpkt->pts,
|
||||||
avctx->time_base,
|
avctx->time_base,
|
||||||
|
Reference in New Issue
Block a user