1 Feb 01:43
Re: [PATCH] vf_overlay: add logic for avoiding overlaying frames with PTS > main frame PTS
Paul B Mahol <onemda <at> gmail.com>
2012-02-01 00:43:01 GMT
2012-02-01 00:43:01 GMT
On 1/10/12, Stefano Sabatini <stefasab <at> gmail.com> wrote: > On date Tuesday 2012-01-10 00:30:12 +0000, Paul B Mahol encoded: >> On 1/10/12, Stefano Sabatini <stefasab <at> gmail.com> wrote: >> > Also add debug logging messages for helping tracking down similar >> > issues. >> > >> > Fix trac ticket #467. >> > --- >> > libavfilter/vf_overlay.c | 41 >> > +++++++++++++++++++++++++++++------------ >> > 1 files changed, 29 insertions(+), 12 deletions(-) >> > >> > diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c >> > index 062783e..9600061 100644 >> > --- a/libavfilter/vf_overlay.c >> > +++ b/libavfilter/vf_overlay.c >> > @@ -25,6 +25,8 @@ >> > * overlay one video on top of another >> > */ >> > >> > +/* #define DEBUG */ >> >> Is this really needed? > > It's handy for me since I need just a few keystrokes for > enabling/disabling it. Also it shows that there is debug code in the > file. > >> > + >> > #include "avfilter.h"(Continue reading)
RSS Feed