summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-05-01 21:25:14 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-05-01 21:25:14 +0000
commit8f841a3dd9888a0bef37a9118e667a7489a8179d (patch)
tree1b8e3f0589d44cb8e1103d0f272b7ca9090f81d3 /src/xine-engine
parentbd77ba635d210c51f3542f102a049953ebe2f0dd (diff)
downloadxine-lib-8f841a3dd9888a0bef37a9118e667a7489a8179d.tar.gz
xine-lib-8f841a3dd9888a0bef37a9118e667a7489a8179d.tar.bz2
- added a lookup entry for Theora and don't just ignore Theora streams if libtheora is not installed (now front-ends really know they're playing theora video and can show nice errors if the video doesn't play)
CVS patchset: 4738 CVS date: 2003/05/01 21:25:14
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/buffer_types.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 7941e5db6..0dc2f4c4e 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.59 2003/04/27 15:10:57 jstembridge Exp $
+ * $Id: buffer_types.c,v 1.60 2003/05/01 21:25:15 hadess Exp $
*
*
* contents:
@@ -544,6 +544,13 @@ static video_db_t video_db[] = {
BUF_VIDEO_IMAGE,
"Image"
},
+{
+ {
+ 0,
+ },
+ BUF_VIDEO_THEORA,
+ "OggTheora Video"
+},
{ { 0 }, 0, "last entry" }
};