summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-12-12 01:58:37 +0000
committerMike Melanson <mike@multimedia.cx>2002-12-12 01:58:37 +0000
commit31d4c5e7dd0f7c11518de8e0c2a705fef6688b60 (patch)
tree85407da3d9bb9bee697850650035aea6c9974c53 /src
parent5fab6e3299978ad7c252f1a560f70da05aade038 (diff)
downloadxine-lib-31d4c5e7dd0f7c11518de8e0c2a705fef6688b60.tar.gz
xine-lib-31d4c5e7dd0f7c11518de8e0c2a705fef6688b60.tar.bz2
new member of the xine stream info family
CVS patchset: 3490 CVS date: 2002/12/12 01:58:37
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/xine_interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c
index f6eead3d0..30656917b 100644
--- a/src/xine-engine/xine_interface.c
+++ b/src/xine-engine/xine_interface.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: xine_interface.c,v 1.32 2002/12/01 15:11:02 mroi Exp $
+ * $Id: xine_interface.c,v 1.33 2002/12/12 01:58:37 tmmm Exp $
*
* convenience/abstraction layer, functions to implement
* libxine's public interface
@@ -506,6 +506,7 @@ uint32_t xine_get_stream_info (xine_stream_t *stream, int info) {
case XINE_STREAM_INFO_IGNORE_VIDEO:
case XINE_STREAM_INFO_IGNORE_AUDIO:
case XINE_STREAM_INFO_IGNORE_SPU:
+ case XINE_STREAM_INFO_VIDEO_HAS_STILL:
return stream->stream_info[info];
default: