Skip to content
Snippets Groups Projects
Commit 9ffd0c46 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt
Browse files

avcodec/encode: Remove deprecated always-false checks


Now that it is ensured that the old and new channel count/layout
values coincide if the old ones are set, the consistency of the
AVChannelLayout (which is checked before we reach this point)
implies the consistency of the old values, making these checks
here dead code. So remove them.

Signed-off-by: default avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 90edbd31
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment