Opened 14 years ago Closed 14 years ago #122 closed defect (fixed)Decoder crash for 10-bit sequences for low QPs
Description
Change History (5)comment:1 Changed 14 years ago by fbossencomment:2 Changed 14 years ago by fbossen
Fixed in r576 comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
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
|
Input buffer is too small in decoder (TAppDecTop.cpp):
/ maximum bitstream buffer Size per 1 picture (1920*1080*1.5)
/ \todo fix this value according to suitable value
#define BITS_BUF_SIZE 3110400
Quick fix would be to simply add a 0 to that number...