diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-14 04:31:49 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-14 04:31:49 +0000 |
commit | 73ef7c8aabb3373603b0b863cbb9f27d3d323a57 (patch) | |
tree | 881914f39bfcd758a1bfeaff0531c736dcf422ad /src/xine-engine/video_out.h | |
parent | 95ff34e86e03584ef8271a3955cc5cc9249fa1d5 (diff) | |
download | xine-lib-73ef7c8aabb3373603b0b863cbb9f27d3d323a57.tar.gz xine-lib-73ef7c8aabb3373603b0b863cbb9f27d3d323a57.tar.bz2 |
Ewald Snel's latest memory leak fixes
CVS patchset: 1567
CVS date: 2002/03/14 04:31:49
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 96b7927c5..5fe24da4f 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.48 2002/03/10 21:16:14 miguelfreitas Exp $ + * $Id: video_out.h,v 1.49 2002/03/14 04:31:49 miguelfreitas Exp $ * * * xine version of video_out.h @@ -344,6 +344,8 @@ struct vo_overlay_s { struct video_overlay_instance_s { void (*init) (video_overlay_instance_t *this_gen); + void (*dispose) (video_overlay_instance_t *this_gen); + int32_t (*get_handle) (video_overlay_instance_t *this_gen, int object_type ); void (*free_handle) (video_overlay_instance_t *this_gen, int32_t handle); |