|
Line 0
Link Here
|
|
|
1 |
--- avidemux/ADM_mplex/ADM_mplexin.cpp.jsc Thu Mar 10 21:12:52 2005 |
| 2 |
+++ avidemux/ADM_mplex/ADM_mplexin.cpp Thu Mar 10 21:13:19 2005 |
| 3 |
@@ -17,6 +17,7 @@ |
| 4 |
#include <string.h> |
| 5 |
#include <sys/stat.h> |
| 6 |
|
| 7 |
+#include "interact.hpp" |
| 8 |
|
| 9 |
#undef malloc |
| 10 |
#undef realloc |
| 11 |
@@ -36,7 +37,6 @@ |
| 12 |
#include "mjpeg_logging.h" |
| 13 |
#include "mpegconsts.h" |
| 14 |
|
| 15 |
-#include "interact.hpp" |
| 16 |
#include "bits.hpp" |
| 17 |
#include "outputstrm.hpp" |
| 18 |
#include "multiplexor.hpp" |
| 19 |
--- avidemux/ADM_mplex/ADM_mplexmuxer.cpp.jsc Thu Mar 10 07:59:46 2005 |
| 20 |
+++ avidemux/ADM_mplex/ADM_mplexmuxer.cpp Thu Mar 10 08:00:08 2005 |
| 21 |
@@ -37,6 +37,8 @@ |
| 22 |
#include <sys/stat.h> |
| 23 |
#include <pthread.h> |
| 24 |
|
| 25 |
+#include "interact.hpp" |
| 26 |
+ |
| 27 |
#undef malloc |
| 28 |
#undef realloc |
| 29 |
#undef free |
| 30 |
@@ -65,7 +67,6 @@ |
| 31 |
#include "mjpeg_logging.h" |
| 32 |
#include "mpegconsts.h" |
| 33 |
|
| 34 |
-#include "interact.hpp" |
| 35 |
#include "bits.hpp" |
| 36 |
#include "outputstrm.hpp" |
| 37 |
#include "multiplexor.hpp" |
| 38 |
--- avidemux/ADM_mplex/ADM_mplexout.cpp.orig Tue Jan 25 14:26:47 2005 |
| 39 |
+++ avidemux/ADM_mplex/ADM_mplexout.cpp Fri Mar 11 19:32:32 2005 |
| 40 |
@@ -6,6 +6,7 @@ |
| 41 |
#include <string.h> |
| 42 |
#include <sys/stat.h> |
| 43 |
|
| 44 |
+#include "interact.hpp" |
| 45 |
|
| 46 |
#undef malloc |
| 47 |
#undef realloc |
| 48 |
@@ -26,7 +27,6 @@ |
| 49 |
#include "mjpeg_logging.h" |
| 50 |
#include "mpegconsts.h" |
| 51 |
|
| 52 |
-#include "interact.hpp" |
| 53 |
#include "bits.hpp" |
| 54 |
#include "outputstrm.hpp" |
| 55 |
#include "multiplexor.hpp" |
| 56 |
@@ -94,4 +94,4 @@ |
| 57 |
return _transfert->read(buf,number); |
| 58 |
} |
| 59 |
//EOF |
| 60 |
- |
| 61 |
\ No newline at end of file |
| 62 |
+ |