Closed XimingCheng closed 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!
The crash may be a bug implements of STL fstream on Linux, change the code from fstream into FILE pointer has fixed the bug!
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!