#1374 closed defect (invalid)bit depth check condition is invalid
Description
m_bitDeptherConstraint and m_chromaFormatConstraint parameter check condition is not right. Attachments (1)Change History (4)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by eeeheycomment:2 Changed 10 years ago by karlsharman
This expression is correct. Please can you indicate what command line
The bit depth of the stream must be less than or equal
Please note that xConfirmPara confirms that the following expression
This is (confusingly) opposite to how assert() operates.
comment:3 Changed 10 years ago by ksuehring
Maybe it would help to rename maxBitDepth, because that name somewhat gives (me) the impression that this would be the allowed maximum instead of being the maximum of the color plane depths. Maybe maxUsedBitDepth or maxInternalBitDepth would be better. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
bug fix patch for ticket #1374