equal
deleted
inserted
replaced
54 #include "qt7videooutputcontrol.h" |
54 #include "qt7videooutputcontrol.h" |
55 |
55 |
56 #include <CoreVideo/CVOpenGLTexture.h> |
56 #include <CoreVideo/CVOpenGLTexture.h> |
57 #include <QuickTime/QuickTime.h> |
57 #include <QuickTime/QuickTime.h> |
58 |
58 |
|
59 QT_BEGIN_NAMESPACE |
|
60 |
59 class QGLContext; |
61 class QGLContext; |
60 |
|
61 QTM_BEGIN_NAMESPACE |
|
62 |
62 |
63 class QCvDisplayLink; |
63 class QCvDisplayLink; |
64 class QT7PlayerSession; |
64 class QT7PlayerSession; |
65 class QT7PlayerService; |
65 class QT7PlayerService; |
66 |
66 |
100 #endif |
100 #endif |
101 QAbstractVideoSurface *m_surface; |
101 QAbstractVideoSurface *m_surface; |
102 QSize m_nativeSize; |
102 QSize m_nativeSize; |
103 }; |
103 }; |
104 |
104 |
105 QTM_END_NAMESPACE |
105 QT_END_NAMESPACE |
106 |
106 |
107 #endif |
107 #endif |