Changeset c0c45188 in ffmpeg

Timestamp:
Feb 8, 2014, 12:39:37 PM (11 years ago)
Author:
Tim Walker <tdskywalker@gmail.com>
Branches:
master
Children:
76a75c52, aedc1013
Parents:
5c1c6e82
git-author:
Tim Walker <tdskywalker@gmail.com> (02/06/14 21:50:38)
git-committer:
Tim Walker <tdskywalker@gmail.com> (02/08/14 12:39:37)
Message:

mlp: improve request_channel_layout behavior.

Don't decode further substreams if request_channel_layout
is a subset of the current substream's channel_layout.

Before, we would only discard further substreams if
request_channel_layout matched the substream's
channel_layout extactly, thus decoding additional
channels which the caller would probably end up downmixing.

(No files)

Note: See TracChangeset for help on using the changeset viewer.