diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 21:08:26 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 21:08:26 +0000 |
commit | e3ee6062bb01b0a46963acb7839e9bcd65d781f8 (patch) | |
tree | 8483ba3813c3799a7c10a93bee7703724416328b /src/xine-engine/video_out.h | |
parent | edf2945ff4c1bc1f52cf1b6e5481318e893d00ab (diff) | |
download | xine-lib-e3ee6062bb01b0a46963acb7839e9bcd65d781f8.tar.gz xine-lib-e3ee6062bb01b0a46963acb7839e9bcd65d781f8.tar.bz2 |
change variable logic slightly to make it more clear that Miguel is a genius
and this code is correctly understood by me ;)
also fall back to old behaviour (no cropping at all), if the image cannot
be cropped due to an unknown frame format
CVS patchset: 7024
CVS date: 2004/10/08 21:08:26
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 ba35e2e2a..31680992d 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.111 2004/09/28 18:49:40 miguelfreitas Exp $ + * $Id: video_out.h,v 1.112 2004/10/08 21:08:26 mroi Exp $ * * * xine version of video_out.h @@ -143,7 +143,7 @@ struct vo_frame_s { int proc_called; /* track use of proc_*() methods */ /* Used to carry private data for accelerated plugins.*/ - void *accel_data; + void *accel_data; /* "backward" references to where this frame originates from */ xine_video_port_t *port; |