summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xvmc.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-09 20:08:16 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-09 20:08:16 +0100
commit795202860a4113f540a6a8728e272166d41158a4 (patch)
tree45571360f0767a26c8e7dacc867a111d975fd790 /src/video_out/video_out_xvmc.c
parent8532f9356cdbd6585c5d9eaf5d92588ae7ddecbe (diff)
parentf1d7678b8e1657f40fe12dc55f47d030cb87aefd (diff)
downloadxine-lib-795202860a4113f540a6a8728e272166d41158a4.tar.gz
xine-lib-795202860a4113f540a6a8728e272166d41158a4.tar.bz2
Merge.
Diffstat (limited to 'src/video_out/video_out_xvmc.c')
-rw-r--r--src/video_out/video_out_xvmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_xvmc.c b/src/video_out/video_out_xvmc.c
index 890e079a6..79c2a80a3 100644
--- a/src/video_out/video_out_xvmc.c
+++ b/src/video_out/video_out_xvmc.c
@@ -556,7 +556,7 @@ static vo_frame_t *xvmc_alloc_frame (vo_driver_t *this_gen) {
lprintf ("xvmc_alloc_frame\n");
- frame = calloc(1, (sizeof (xvmc_frame_t));
+ frame = calloc(1, sizeof (xvmc_frame_t));
if (!frame)
return NULL;