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

Access violation when destroying H.264 Encoder

Emmanuel_W_
New Contributor I
308 Views

In the IPP V6.0 sample for H.264 encoder, there seem to be a crash when using thedefault memory allocator. Calling the close method on the encoder will call BaseCodec:Close which will delete the memory allocator. The destructor of the H.264 encoder indirectly access the memory allocator through H264EncoderFrame_Destroy and H264EncoderFrame_deallocateParsedFrameData causing an access violation.

So if close is called before reaching the destructor of the encoder the codec will crash.

Emmanuel

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
308 Views
Thanks for reporting onthe issue, I notified developers teamabout this.
Regards,
Vladimir

View solution in original post

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
309 Views
Thanks for reporting onthe issue, I notified developers teamabout this.
Regards,
Vladimir

0 Kudos
Reply