///////////////////////////////////////////////////////////////////////////// // Name: MPEG.h // Purpose: MPEG utils // Author: Alex Thuering // Created: 04.04.2003 // RCS-ID: $Id: MPEG.h,v 1.2 2006/12/06 14:53:37 ntalex Exp $ // Copyright: (c) Alex Thuering // Licence: GPL ///////////////////////////////////////////////////////////////////////////// #ifndef DS_MPEG_H #define DS_MPEG_H #include class MPEG { public: static bool IsValid(wxString fileName); static bool HasNavPacks(wxString fileName); }; #endif //DS_MPEG_H