Article ID: 000073750 Content Type: Troubleshooting Last Reviewed: 09/12/2012

Why the last char is lost when generate the new .spc file with avi2raw.exe?

Environment

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description The avi2raw is used to convert .avi format to raw data format as described in the VIP User Guide (Avalon-ST Video Verification IP Suite). However, the last char is lost when generate the new .spc file with avi2raw.
Resolution

A workaround for this issue is change the “av_st_video_file_io_class.sv” line 322 as below:

From:
ending = read_data_str.substr(i 4,length-3); 
To:
ending = read_data_str.substr(i 4,length-2); 

Related Products

This article applies to 1 products

Intel® Programmable Devices