Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

h264 UMC decoder - what should be the format of input data - a byte or unit stream ?

Maciej_K_
Beginner
503 Views

Will it decode a complete framepacked asunit stream ( without prefixes ) just with one 001 prefix added at thebeginning of each frame? Is a start code prefix mandatory before each NAL ?

Regards,
Kamil

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
503 Views
I think start code should be presented to let decoder parse units in stream. You may verify this with UMC simple_player sample available in source code within IPP sample package.

Vladimir
0 Kudos
Reply