Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"

This reverts commit 01c21653ee.

It was applied by accident before it could be reviewed.
This commit is contained in:
James Almer 2018-01-05 22:12:14 -03:00
parent 077fe9eb06
commit 503164b54b
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ int main(int argc, char **argv)
break;
case AVMEDIA_TYPE_AUDIO:
st->stream->codec->channel_layout = st->link->channel_layout;
st->stream->codec->channels = st->link->channels;
st->stream->codec->channels = avfilter_link_get_channels(st->link);
st->stream->codec->sample_rate = st->link->sample_rate;
st->stream->codec->sample_fmt = st->link->format;
st->stream->codec->codec_id =