[FFmpeg-cvslog] Do not print debug output for the (MPlayer) pullup filter.

Carl Eugen Hoyos git at videolan.org
Fri Oct 5 21:04:26 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Oct  5 21:03:59 2012 +0200| [eb63a74789dc821a989823e31cfecacc6c610b9a] | committer: Carl Eugen Hoyos

Do not print debug output for the (MPlayer) pullup filter.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb63a74789dc821a989823e31cfecacc6c610b9a
---

 libavfilter/libmpcodecs/vf_pullup.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/libmpcodecs/vf_pullup.c b/libavfilter/libmpcodecs/vf_pullup.c
index 02a2031..ba4ae02 100644
--- a/libavfilter/libmpcodecs/vf_pullup.c
+++ b/libavfilter/libmpcodecs/vf_pullup.c
@@ -293,7 +293,6 @@ static int vf_open(vf_instance_t *vf, char *args)
     vf->priv = p = calloc(1, sizeof(struct vf_priv_s));
     p->ctx = c = pullup_alloc_context();
     p->fakecount = 1;
-    c->verbose = 1;
     c->junk_left = c->junk_right = 1;
     c->junk_top = c->junk_bottom = 4;
     c->strict_breaks = 0;



More information about the ffmpeg-cvslog mailing list