diff options
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/buffer.h | 3 | ||||
-rw-r--r-- | src/xine-engine/buffer_types.c | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index e5a3644e2..ee97d981d 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.152 2005/05/28 02:25:45 tmmm Exp $ + * $Id: buffer.h,v 1.153 2005/10/29 19:52:35 tmmm Exp $ * * * contents: @@ -179,6 +179,7 @@ extern "C" { #define BUF_VIDEO_XL 0x02560000 #define BUF_VIDEO_RT21 0x02570000 #define BUF_VIDEO_FPS1 0x02580000 +#define BUF_VIDEO_DUCKTM2 0x02590000 /* audio buffer types: (please keep in sync with buffer_types.c) */ diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index c2b7930bc..3b8d8aed0 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.102 2005/09/11 23:42:24 hadess Exp $ + * $Id: buffer_types.c,v 1.103 2005/10/29 19:52:35 tmmm Exp $ * * * contents: @@ -730,6 +730,14 @@ static video_db_t video_db[] = { BUF_VIDEO_FPS1, "Fraps FPS1" }, +{ + { + meFOURCC('T','M','2','0'), + 0 + }, + BUF_VIDEO_DUCKTM2, + "Duck TrueMotion 2" +}, { { 0 }, 0, "last entry" } }; |