diff options
author | phintuka <phintuka> | 2009-02-16 16:18:24 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-16 16:18:24 +0000 |
commit | 6818a08e147223d6b17641bfe86f55697b38563a (patch) | |
tree | 988b9a6574866cfea072c0b3205fd07fca5ee31c | |
parent | e75047b3f767aeb74e40cd038f6e4c95ec3eecf3 (diff) | |
download | xineliboutput-6818a08e147223d6b17641bfe86f55697b38563a.tar.gz xineliboutput-6818a08e147223d6b17641bfe86f55697b38563a.tar.bz2 |
include tools/mpeg.h (video_size_t)
-rw-r--r-- | device.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |