diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-23 00:34:59 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-23 00:34:59 +0000 |
commit | 2d61e7f5cd4f5add1aaab63fe54a17a416fe275a (patch) | |
tree | b3348bc8a5d92ef84e4433bad8d897716c0c31d9 /include/video_out.h | |
parent | 6f114fb0e414ba8fab9627558d7b299436fece19 (diff) | |
download | xine-lib-2d61e7f5cd4f5add1aaab63fe54a17a416fe275a.tar.gz xine-lib-2d61e7f5cd4f5add1aaab63fe54a17a416fe275a.tar.bz2 |
further decoder plugin fixes (mpeg2)
CVS patchset: 16
CVS date: 2001/04/23 00:34:59
Diffstat (limited to 'include/video_out.h')
-rw-r--r-- | include/video_out.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/video_out.h b/include/video_out.h index cf7a9f6d6..1f3c10285 100644 --- a/include/video_out.h +++ b/include/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.4 2001/04/20 18:01:55 guenter Exp $ + * $Id: video_out.h,v 1.5 2001/04/23 00:34:59 guenter Exp $ * * * xine version of video_out.h @@ -269,12 +269,3 @@ vo_instance_t *vo_init (char *driver_name); char *vo_get_available_drivers (); #endif - - - - - - - - - |