Integrate all code inside a namespace

This commit is contained in:
baydam
2016-03-16 18:05:47 +00:00
parent 4564c269b0
commit b375367811
73 changed files with 290 additions and 20 deletions
+3 -1
View File
@@ -25,6 +25,8 @@
#include <cstring>
#include <iostream>
MM_BEGIN_NAMESPACE
// #define VIDEO_IMPL_VERBOSE
// -------- private implementation of VideoImpl -------
@@ -1046,4 +1048,4 @@ bool VideoImpl::waitForNextBits(int timeout, const uchar** bits)
return false;
}
MM_END_NAMESPACE