mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg: reindent after previous commit
This commit is contained in:
parent
2ecb333fe4
commit
9f4437a4eb
1 changed files with 8 additions and 8 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue