03/20/2009 10:28 AM
post24880
|
Hi Venka,
1) The input buffer of the decoder may contain a partial frame. all our decoders are required to be able to handle
partial frames.
2) if the input buffer contains a partial frame, it will be flagged as such with the MRAE_TYPE_PARTIAL_PACKET and
MRAE_TYPE_PARTIAL_PACKET_COMPLETE.
your decoder needs to implement a state machine that look at these mra properties and eventually reconstruct the full
frame.
3) Yes, that would be the job of the parser filter, setting in front of the decoder, to take raw compressed stream as
input and output frames, partial frames.
Regards,
Angelo
|
|
|