From 96250779f78d93eb59cc49388cbb519c14c27307 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sat, 17 May 2008 15:20:54 +0200 Subject: [PATCH] Small cleanup --- modules/codec/x264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 2965764602..f678892df5 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -1296,7 +1296,7 @@ static int Open ( vlc_object_t *p_this ) p_enc->fmt_out.p_extra = p_tmp; memcpy( (uint8_t*)p_enc->fmt_out.p_extra + p_enc->fmt_out.i_extra, - p_sys->p_buffer, i_size ); + p_sys->p_buffer, i_size ); p_enc->fmt_out.i_extra += i_size; } -- 2.11.4.GIT