summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2005-06-17 22:33:01 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2005-06-17 22:33:01 +0000
commit177772b4cec0994b403f8ce614033ffe7b4883f7 (patch)
tree992e5d1a259d260707969c6871eb338fd6f88ae8 /src/xine-engine/xine_interface.c
parent045cd4f4415ab9648298afd7d4c4a2b323ca7841 (diff)
downloadxine-lib-177772b4cec0994b403f8ce614033ffe7b4883f7.tar.gz
xine-lib-177772b4cec0994b403f8ce614033ffe7b4883f7.tar.bz2
Detect AFD information in MPEG2 streams and make the information available
to front-ends. (Reinhard Nissl) gxine (CVS HEAD) is aware of this information. CVS patchset: 7628 CVS date: 2005/06/17 22:33:01
Diffstat (limited to 'src/xine-engine/xine_interface.c')
-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 3fb09df76..743dbd3ee 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.88 2005/04/20 11:19:35 holstsn Exp $
+ * $Id: xine_interface.c,v 1.89 2005/06/17 22:33:02 dsalt Exp $
*
* convenience/abstraction layer, functions to implement
* libxine's public interface
@@ -671,6 +671,7 @@ uint32_t xine_get_stream_info (xine_stream_t *stream, int info) {
case XINE_STREAM_INFO_IGNORE_AUDIO:
case XINE_STREAM_INFO_IGNORE_SPU:
case XINE_STREAM_INFO_VIDEO_HAS_STILL:
+ case XINE_STREAM_INFO_VIDEO_AFD:
return _x_stream_info_get_public(stream, info);
case XINE_STREAM_INFO_MAX_AUDIO_CHANNEL: