Projects
home:DarkWav
MPlayer
MPlayer-fix_vd_ffmpeg_pointer_casts.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File MPlayer-fix_vd_ffmpeg_pointer_casts.patch of Package MPlayer
--- a/libmpcodecs/vd_ffmpeg.c +++ b/libmpcodecs/vd_ffmpeg.c @@ -742,7 +742,7 @@ static int get_buffer(AVCodecContext *av if (ctx->use_vdpau) { VdpVideoSurface surface = (VdpVideoSurface)mpi->priv; avctx->draw_horiz_band= NULL; - mpi->planes[3] = surface; + mpi->planes[3] = (void *)surface; } #endif #if CONFIG_XVMC
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.