]> git.sesse.net Git - vlc/commitdiff
Small cleanup
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 17 May 2008 13:20:54 +0000 (15:20 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 17 May 2008 17:42:16 +0000 (19:42 +0200)
modules/codec/x264.c

index 2965764602e24cd3d12f67652afd834552cc2241..f678892df5e1cb0bdad44965e9cae512a0807e95 100644 (file)
@@ -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;
     }