Indent
Signed-off-by: vectronic <[email protected]>
---
libavformat/movenc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 143b00063d..ec7e95e838 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -6462,8 +6462,8 @@ static int mov_init(AVFormatContext *s)
} else {
track->timescale = st->time_base.den;
if (!(mov->flags & FF_MOV_FLAG_ALLOW_SMALL_TSCALE)) {
- while(track->timescale < 10000)
- track->timescale *= 2;
+ while(track->timescale < 10000)
+ track->timescale *= 2;
av_log(s, AV_LOG_DEBUG, "track timescale was less than
10000, it has been forced to %d\n", track->timescale);
}
}
--
2.24.2 (Apple Git-127)
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".