You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fftools/ffmpeg: reindent after previous commit
This commit is contained in:
@@ -840,15 +840,15 @@ static int encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (frame) {
|
if (frame) {
|
||||||
ost->frames_encoded++;
|
ost->frames_encoded++;
|
||||||
|
|
||||||
if (debug_ts) {
|
if (debug_ts) {
|
||||||
av_log(NULL, AV_LOG_INFO, "encoder <- type:%s "
|
av_log(NULL, AV_LOG_INFO, "encoder <- type:%s "
|
||||||
"frame_pts:%s frame_pts_time:%s time_base:%d/%d\n",
|
"frame_pts:%s frame_pts_time:%s time_base:%d/%d\n",
|
||||||
type_desc,
|
type_desc,
|
||||||
av_ts2str(frame->pts), av_ts2timestr(frame->pts, &enc->time_base),
|
av_ts2str(frame->pts), av_ts2timestr(frame->pts, &enc->time_base),
|
||||||
enc->time_base.num, enc->time_base.den);
|
enc->time_base.num, enc->time_base.den);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
update_benchmark(NULL);
|
update_benchmark(NULL);
|
||||||
|
Reference in New Issue
Block a user