mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 09:59:44 +00:00
compilation bug found by Julien Portalier <julien@portalier.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6916 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c7fde61d42
commit
26c5a78487
@ -150,7 +150,9 @@ static void uninit(sh_video_t *sh){
|
||||
static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
|
||||
XVID_DEC_FRAME dec;
|
||||
DEC_PICTURE d4_pic;
|
||||
#ifdef XVID_CSP_EXTERN
|
||||
XVID_DEC_PICTURE pic;
|
||||
#endif
|
||||
priv_t* p = sh->context;
|
||||
|
||||
mp_image_t* mpi = mpcodecs_get_image(sh, p->img_type,
|
||||
|
Loading…
Reference in New Issue
Block a user