summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-17 13:38:27 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-17 13:38:27 +0200
commit49daa5f5386342bfd15072d979e50bcb1c1a8211 (patch)
tree0fcb3a7dd85d7faad014d5b43729bd001c930d8a /src
parent3c2293bb974d9a532cf2e20aaa82ae7f7303a4f8 (diff)
downloadxine-lib-49daa5f5386342bfd15072d979e50bcb1c1a8211.tar.gz
xine-lib-49daa5f5386342bfd15072d979e50bcb1c1a8211.tar.bz2
Silenced warning
Diffstat (limited to 'src')
-rw-r--r--src/combined/ffmpeg/ff_video_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/ff_video_decoder.c b/src/combined/ffmpeg/ff_video_decoder.c
index 54ddfd2ad..2e8b80efe 100644
--- a/src/combined/ffmpeg/ff_video_decoder.c
+++ b/src/combined/ffmpeg/ff_video_decoder.c
@@ -1591,7 +1591,7 @@ static void ff_handle_buffer (ff_video_decoder_t *this, buf_element_t *buf) {
free_img = 1;
}
- pp_postprocess(this->av_frame->data, this->av_frame->linesize,
+ pp_postprocess((const uint8_t **)this->av_frame->data, this->av_frame->linesize,
img->base, img->pitches,
img->width, img->height,
this->av_frame->qscale_table, this->av_frame->qstride,