diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-29 18:58:21 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-29 18:58:21 +0000 |
commit | 435aa8dea95582b9c35cdfafe803e23b72322747 (patch) | |
tree | bf4ae11f39e9fa4d4b78b81387732586ae62637c /src | |
parent | 71e00d9d010f9b6a9cfd531efb87f7757859833b (diff) | |
download | xine-lib-435aa8dea95582b9c35cdfafe803e23b72322747.tar.gz xine-lib-435aa8dea95582b9c35cdfafe803e23b72322747.tar.bz2 |
Reorder to fill hole.
CVS patchset: 8770
CVS date: 2007/03/29 18:58:21
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xcbxv.c | 4 | ||||
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/video_out/video_out_xcbxv.c b/src/video_out/video_out_xcbxv.c index 52fd0fb6c..db4be14fa 100644 --- a/src/video_out/video_out_xcbxv.c +++ b/src/video_out/video_out_xcbxv.c @@ -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_xcbxv.c,v 1.5 2007/03/25 23:13:53 dgp85 Exp $ + * $Id: video_out_xcbxv.c,v 1.6 2007/03/29 18:58:21 dgp85 Exp $ * * video_out_xcbxv.c, X11 video extension interface for xine * @@ -123,8 +123,8 @@ struct xv_driver_s { int use_shm; int use_pitch_alignment; - xv_property_t props[VO_NUM_PROPERTIES]; uint32_t capabilities; + xv_property_t props[VO_NUM_PROPERTIES]; xv_frame_t *recent_frames[VO_NUM_RECENT_FRAMES]; xv_frame_t *cur_frame; diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 19b57bc27..55340a9e7 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -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_xv.c,v 1.223 2007/03/25 23:13:53 dgp85 Exp $ + * $Id: video_out_xv.c,v 1.224 2007/03/29 19:01:03 dgp85 Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -130,10 +130,10 @@ struct xv_driver_s { xv_property_t props[VO_NUM_PROPERTIES]; uint32_t capabilities; + int ovl_changed; xv_frame_t *recent_frames[VO_NUM_RECENT_FRAMES]; xv_frame_t *cur_frame; x11osd *xoverlay; - int ovl_changed; /* all scaling information goes here */ vo_scale_t sc; |