mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +00:00
Fix fate breakage in r26382.
Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ecea47a6ed
commit
84cac86e7e
@ -209,7 +209,6 @@ int avfilter_default_config_output_link(AVFilterLink *link)
|
||||
if (link->type == AVMEDIA_TYPE_VIDEO) {
|
||||
link->w = link->src->inputs[0]->w;
|
||||
link->h = link->src->inputs[0]->h;
|
||||
link->sample_aspect_ratio = link->src->inputs[0]->sample_aspect_ratio;
|
||||
link->time_base = link->src->inputs[0]->time_base;
|
||||
} else if (link->type == AVMEDIA_TYPE_AUDIO) {
|
||||
link->channel_layout = link->src->inputs[0]->channel_layout;
|
||||
|
Loading…
Reference in New Issue
Block a user