ffmpeg: fix indention
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fec2025936
commit
b329fc346e
1 changed files with 7 additions and 7 deletions
14
ffmpeg.c
14
ffmpeg.c
|
@ -1871,14 +1871,14 @@ static int transcode_video(InputStream *ist, AVPacket *pkt, int *got_output, int
|
|||
|
||||
#if CONFIG_AVFILTER
|
||||
for(i=0;i<nb_output_streams;i++) {
|
||||
OutputStream *ost = ost = &output_streams[i];
|
||||
if(check_output_constraints(ist, ost)){
|
||||
if (!decoded_frame->sample_aspect_ratio.num)
|
||||
decoded_frame->sample_aspect_ratio = ist->st->sample_aspect_ratio;
|
||||
decoded_frame->pts = ist->pts;
|
||||
OutputStream *ost = ost = &output_streams[i];
|
||||
if(check_output_constraints(ist, ost)){
|
||||
if (!decoded_frame->sample_aspect_ratio.num)
|
||||
decoded_frame->sample_aspect_ratio = ist->st->sample_aspect_ratio;
|
||||
decoded_frame->pts = ist->pts;
|
||||
|
||||
av_vsrc_buffer_add_frame(ost->input_video_filter, decoded_frame, AV_VSRC_BUF_FLAG_OVERWRITE);
|
||||
}
|
||||
av_vsrc_buffer_add_frame(ost->input_video_filter, decoded_frame, AV_VSRC_BUF_FLAG_OVERWRITE);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue