removed redefinitions in includes - caused problems in older compilers

This commit is contained in:
schmirl
2009-07-06 06:23:36 +00:00
parent 458bb84ea7
commit 47b4dc48fc
3 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
// Picture types:
#define NO_PICTURE 0
#define I_FRAME 1
#define P_FRAME 2
#define B_FRAME 3
namespace Streamdev {