diff options
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 979ec8227..00b475db2 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.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: xine_internal.h,v 1.151 2003/12/09 00:02:38 f1rmb Exp $ + * $Id: xine_internal.h,v 1.152 2003/12/23 21:22:41 miguelfreitas Exp $ * */ @@ -339,6 +339,13 @@ off_t _x_read_abort (xine_stream_t *stream, int fd, char *buf, off_t todo); int _x_action_pending (xine_stream_t *stream); +void _x_demux_send_data(fifo_buffer_t *fifo, uint8_t *data, int size, + int64_t pts, uint32_t type, uint32_t decoder_flags, + off_t input_pos, off_t input_length, + int input_time, int total_time, + uint32_t frame_number); + + /* * plugin_loader functions * |