diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-07-02 19:32:25 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-07-02 19:32:25 +0000 |
commit | 2a99306db0aeaeb6309d15d3025599a7830ef53a (patch) | |
tree | ae4afceab2ce94c0bf73ddbacf75c397a4d15358 | |
parent | 553b921bf1a3ba9fcc372c16a4b77fa40c19ead8 (diff) | |
download | xine-lib-2a99306db0aeaeb6309d15d3025599a7830ef53a.tar.gz xine-lib-2a99306db0aeaeb6309d15d3025599a7830ef53a.tar.bz2 |
it's not so experimental after all
CVS patchset: 6765
CVS date: 2004/07/02 19:32:25
-rw-r--r-- | include/xine.h.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index ec591762f..1a720e652 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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.h.in,v 1.123 2004/07/02 19:22:19 athp Exp $ + * $Id: xine.h.in,v 1.124 2004/07/02 19:32:25 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -428,8 +428,6 @@ int64_t xine_get_current_vpts(xine_stream_t *stream); * xine_get_next_* functions. this ensures that a * framegrab port is guaranteed to never miss a frame. * - * warning: highly experimental - * */ xine_video_port_t *xine_new_framegrab_video_port (xine_t *self); |