mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00: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:
parent
f7c8f64850
commit
5bb60ff023
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user