Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6714 Discussions

UMC Simple Player play QuickTime .mov file cause access violation.

Bell
Beginner
255 Views
I have trace intoUMC Simple Player program to play the QuickTime .mov file. It detect the .mov file as MP4_ATOM_STREAM with TRACK_H264 data. But access violation inside the function "void IndexSplitter::ReadES(Ipp32u uiPin)". I think this is an incorrect behavior. Program should either decode correctly or prompt error.
0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
255 Views
Quoting Bell
I have trace intoUMC Simple Player program to play the QuickTime .mov file. It detect the .mov file as MP4_ATOM_STREAM with TRACK_H264 data. But access violation inside the function "void IndexSplitter::ReadES(Ipp32u uiPin)"...

It could be a bug in the source codes. Whenyouexecute a Debug version of your decoder you could get
more technical details. In case of a Windows platform, as soon as a dialog box with an Access Violation error is
displayed press a 'Cancel' button and a Visual Studio Debugger will be started.
0 Kudos
Reply