[vlc-devel] commit: Small cleanup (Jean-Paul Saman )
git version control
git at videolan.org
Sat May 17 19:41:02 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sat May 17 15:20:54 2008 +0200| [96250779f78d93eb59cc49388cbb519c14c27307]
Small cleanup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96250779f78d93eb59cc49388cbb519c14c27307
---
modules/codec/x264.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 2965764..f678892 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;
}
More information about the vlc-devel
mailing list