[FFmpeg-devel] [PATCH] vf_idet: fix type of stats
Michael Niedermayer
michaelni at gmx.at
Wed Dec 26 15:21:42 CET 2012
On Wed, Dec 26, 2012 at 12:26:57PM +0100, Stefano Sabatini wrote:
> On date Wednesday 2012-12-26 03:35:13 +0100, Michael Niedermayer encoded:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > libavfilter/vf_idet.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
> > index e56cff4..d6065fb 100644
> > --- a/libavfilter/vf_idet.c
> > +++ b/libavfilter/vf_idet.c
> > @@ -41,8 +41,8 @@ typedef struct {
> > float progressive_threshold;
> >
> > Type last_type;
> > - Type prestat[4];
> > - Type poststat[4];
> > + int prestat[4];
> > + int poststat[4];
>
> LGTM.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
During times of universal deceit, telling the truth becomes a
revolutionary act. -- George Orwell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121226/57fe6932/attachment.asc>
More information about the ffmpeg-devel
mailing list