diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2006-03-06 00:19:50 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2006-03-06 00:19:50 +0000 |
commit | 413496b78872894b028057d336bb969ed2742a6e (patch) | |
tree | 7eaf54a0561da141953e3b5c8725a13812ba1475 | |
parent | 3ee0341772263f3eae06132b11a1273891983dc0 (diff) | |
download | xine-lib-413496b78872894b028057d336bb969ed2742a6e.tar.gz xine-lib-413496b78872894b028057d336bb969ed2742a6e.tar.bz2 |
- add support for the 3IVD fourcc
CVS patchset: 7920
CVS date: 2006/03/06 00:19:50
-rw-r--r-- | src/xine-engine/buffer_types.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 3b8d8aed0..eced32afd 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.103 2005/10/29 19:52:35 tmmm Exp $ + * $Id: buffer_types.c,v 1.104 2006/03/06 00:19:50 hadess Exp $ * * * contents: @@ -171,6 +171,7 @@ static video_db_t video_db[] = { meFOURCC('A', 'P', '4', '1'), meFOURCC('M', 'P', 'G', '3'), meFOURCC('C', 'O', 'L', '1'), + meFOURCC('3', 'I', 'V', 'D'), 0 }, BUF_VIDEO_MSMPEG4_V3, |