git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Preliminary changes to fix postprocessing. Decoder quantizer settings can now be...
[vlc.git]
/
src
/
video_output
/
vout_pictures.c
diff --git
a/src/video_output/vout_pictures.c
b/src/video_output/vout_pictures.c
index
f49bb57
..
8c63e33
100644
(file)
--- a/
src/video_output/vout_pictures.c
+++ b/
src/video_output/vout_pictures.c
@@
-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 */