]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_pictures.c
Preliminary changes to fix postprocessing. Decoder quantizer settings can now be...
[vlc] / src / video_output / vout_pictures.c
index f49bb571b5d7cf7dda51da2b5c5f8e34f3a92bc0..8c63e33b3fc9532bcbac5fa5f1d4b8d8c6adc69d 100644 (file)
@@ -681,6 +681,10 @@ int __vout_InitPicture( vlc_object_t *p_this, picture_t *p_pic,
     p_pic->pf_unlock = 0;
     p_pic->i_refcount = 0;
 
+    p_pic->p_q = NULL;
+    p_pic->i_qstride = 0;
+    p_pic->i_qtype = 0;
+
     vout_InitFormat( &p_pic->format, i_chroma, i_width, i_height, i_aspect );
 
     /* Make sure the real dimensions are a multiple of 16 */