1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4167 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mswitch 2002-01-15 10:10:20 +00:00
parent f7c8f64850
commit 5bb60ff023

View File

@ -46,11 +46,11 @@ LIBVO_EXTERN (dxr3)
rte_context *mp1e_context = NULL;
rte_codec *mp1e_codec = NULL;
rte_buffer mp1e_buffer;
#endif
/* Color buffer data used with libmp1e */
static unsigned char *picture_data[3];
static unsigned int picture_linesize[3];
#endif
/* Resolutions and positions */
static int v_width, v_height;