diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-11 12:51:17 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-11 12:51:17 +0000 |
commit | 1be50d15e9eb8314d9f4027eb257ccc63326174c (patch) | |
tree | fd13f0e7407b615a517b55f76a67d5004ed5521d /src/xine-engine/video_out.h | |
parent | 7b9330b8987615d53be79c1815d1bec6726d7d3c (diff) | |
download | xine-lib-1be50d15e9eb8314d9f4027eb257ccc63326174c.tar.gz xine-lib-1be50d15e9eb8314d9f4027eb257ccc63326174c.tar.bz2 |
get img_duration from video_out
CVS patchset: 3871
CVS date: 2003/01/11 12:51:17
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index a861732c5..6d453689b 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -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: video_out.h,v 1.78 2003/01/10 13:12:21 miguelfreitas Exp $ + * $Id: video_out.h,v 1.79 2003/01/11 12:51:18 miguelfreitas Exp $ * * * xine version of video_out.h @@ -175,7 +175,7 @@ struct xine_video_port_s { /* return true if port is opened for this stream */ int (*status) (xine_video_port_t *this, xine_stream_t *stream, - int *width, int *height); + int *width, int *height, int64_t *img_duration); /* the driver in use */ vo_driver_t *driver; |