Opened 12 years ago Closed 12 years ago #1089 closed defect (duplicate)Encoder crashes when using fixed rate and fixed slice length
Description
The variable LCUIdx assumes wrong values when enconding with fixed bitrate and fixed slice length.
The solution is the decrease by one the value LCUIdx when a LCU is encoded but not included in the current slice, because it exceeds the maximum size requested (fixed slice length).
This is the error: Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by jfmcarreira
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
|
Closed as duplicate of #1090.