Commit b7fc0b2a581ba89457665958c9c2fdb90b7d80d0
- Diff rendering mode:
- inline
- side by side
xine/videodataoutput.cpp
(2 / 2)
|   | |||
| 28 | 28 | ||
| 29 | 29 | #include <QtCore/QCoreApplication> | |
| 30 | 30 | ||
| 31 | #include <phonon/Experimental/AbstractVideoDataOutput> | ||
| 32 | #include <phonon/Experimental/VideoFrame2> | ||
| 31 | #include <phonon/experimental/abstractvideodataoutput.h> | ||
| 32 | #include <phonon/experimental/videoframe2.h> | ||
| 33 | 33 | ||
| 34 | 34 | namespace Phonon | |
| 35 | 35 | { |
xine/videodataoutput.h
(2 / 2)
|   | |||
| 22 | 22 | ||
| 23 | 23 | #include "sinknode.h" | |
| 24 | 24 | ||
| 25 | #include <phonon/Experimental/VideoDataOutputInterface> | ||
| 26 | #include <phonon/Experimental/VideoFrame> | ||
| 25 | #include <phonon/experimental/videodataoutputinterface.h> | ||
| 26 | #include <phonon/experimental/videoframe.h> | ||
| 27 | 27 | ||
| 28 | 28 | #include <QtCore/QByteArray> | |
| 29 | 29 | #include <QtCore/QList> |

