Opened 13 years ago Closed 13 years ago #380 closed defect (fixed)single frame sequence decoding fails to write YUV file
Description
from email report (Uday Krishna G):
In case of IDR frame decoding, for single frame it is trying flush output before opening the recon file. So it fails to write the data to recon YUV.
Code in HM-5.1
i changed code as follows, if(nalu.m_UnitType == NAL_UNIT_CODED_SLICE_IDR && !(uiPOC == 0)) { xFlushOutput( pcListPic ); }
then it is working fine.
Is this change correct or any other solution? Change History (2)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehring
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
|
An alternative solution has been checked in in r2078 (trunk)