Commit cd560525 authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

anaglyph: remove spurious printf

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b1159567
...@@ -91,7 +91,6 @@ struct filter_sys_t ...@@ -91,7 +91,6 @@ struct filter_sys_t
static int Create(vlc_object_t *p_this) static int Create(vlc_object_t *p_this)
{ {
printf("pouet\n");
filter_t *p_filter = (filter_t *)p_this; filter_t *p_filter = (filter_t *)p_this;
switch (p_filter->fmt_in.video.i_chroma) switch (p_filter->fmt_in.video.i_chroma)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment