Closed willnewton closed 8 years ago
The hardware generation of AUD NAL units used previously causes incorrect sequences to be output, for example:
SPS PPS AUD VCL AUD VCL AUD VCL ...
Rather than:
AUD SPS PPS VCL AUD VCL AUD VCL ...
This patch generates the simple AUD NAL units in software and ensures that the sequence output is correct.
Signed-off-by: Will Newton will.newton@gmail.com
The hardware generation of AUD NAL units used previously causes incorrect sequences to be output, for example:
SPS PPS AUD VCL AUD VCL AUD VCL ...
Rather than:
AUD SPS PPS VCL AUD VCL AUD VCL ...
This patch generates the simple AUD NAL units in software and ensures that the sequence output is correct.
Signed-off-by: Will Newton will.newton@gmail.com