XimingCheng / HEVCAnalyzer

HEVC H.265 stream GUI Analyzer based on wxWidgets
http://ximingcheng.github.io/HEVCAnalyzer
109 stars 34 forks source link

The decoder will crash on Linux platform and the decoded frame displayed nothing #7

Closed XimingCheng closed 10 years ago

XimingCheng commented 10 years ago

The class TAppDecTop will crash on its deconstruction function The decoded yuv buffer sent to the MainFrame has not been displayed or as other reasons it is not displayed on the Linux platform All is running OK on Windows platform!

XimingCheng commented 10 years ago

The crash may be a bug implements of STL fstream on Linux, change the code from fstream into FILE pointer has fixed the bug!