]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb.h
For consistency, remove references to vlc from libvlc
[vlc] / modules / video_chroma / i420_rgb.h
index 9ff6243f8e77c826644ba3cb87015f68c685f377..83781a092b549fad96f99f08f05e647a0c41d86b 100644 (file)
@@ -276,7 +276,7 @@ void E_(I420_RGB32)        ( vout_thread_t *, picture_t *, picture_t * );
         while( (i_scale_count -= p_vout->render.i_height) > 0 )               \
         {                                                                     \
             /* Height increment: copy previous picture line */                \
-            p_vout->p_vlc->pf_memcpy( p_pic, p_pic_start,                     \
+            p_vout->p_libvlc->pf_memcpy( p_pic, p_pic_start,                     \
                                       p_vout->output.i_width * BPP );         \
             p_pic = (void*)((uint8_t*)p_pic + p_dest->p->i_pitch );           \
         }                                                                     \