summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-16 16:18:24 +0000
committerphintuka <phintuka>2009-02-16 16:18:24 +0000
commit6818a08e147223d6b17641bfe86f55697b38563a (patch)
tree988b9a6574866cfea072c0b3205fd07fca5ee31c
parente75047b3f767aeb74e40cd038f6e4c95ec3eecf3 (diff)
downloadxineliboutput-6818a08e147223d6b17641bfe86f55697b38563a.tar.gz
xineliboutput-6818a08e147223d6b17641bfe86f55697b38563a.tar.bz2
include tools/mpeg.h (video_size_t)
-rw-r--r--device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.c b/device.c
index c5118984..44556592 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.72 2009-02-06 07:58:40 phintuka Exp $
+ * $Id: device.c,v 1.73 2009-02-16 16:18:24 phintuka Exp $
*
*/
@@ -32,6 +32,7 @@
#include "osd.h"
#include "tools/listiter.h"
+#include "tools/mpeg.h"
#include "tools/pes.h"
#include "tools/ts.h"
#include "tools/functor.h"