diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-10-29 19:52:34 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-10-29 19:52:34 +0000 |
commit | 2031438d8d1c6f0c4a9e68973fd71370ba11c0cc (patch) | |
tree | 20f27fd82940a71ee838f38ca02ca201265fd247 /src/xine-engine/buffer.h | |
parent | 9c3e95f2ad457c6516f98c5fcf3bf2a93abd0047 (diff) | |
download | xine-lib-2031438d8d1c6f0c4a9e68973fd71370ba11c0cc.tar.gz xine-lib-2031438d8d1c6f0c4a9e68973fd71370ba11c0cc.tar.bz2 |
import the Duck TrueMotion 2 decoder from FFmpeg
CVS patchset: 7774
CVS date: 2005/10/29 19:52:34
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 3 |
1 files changed, 2 insertions, 1 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) */ |