OSDN Git Service

implement H264Info class in Utils
[tsremuxcpp/developing01.git] / src / Program.cc
1 #include "Form1.h"
2
3 int main( int argc, char *argv[] )
4 {
5     TsRemux::TsRemux tsr( argc, argv);
6     return tsr.Exec();
7 }
8