[FFmpeg-devel] [PATCH] ffplay: fix sws_flags

Michael Niedermayer michaelni at gmx.at
Sun Jan 13 22:47:10 CET 2013


On Sun, Jan 13, 2013 at 07:15:57PM +0100, Marton Balint wrote:
> 
> On Sun, 13 Jan 2013, Michael Niedermayer wrote:
> 
> >   On Mon, Dec 31, 2012 at 06:31:38PM +0100, Michael Niedermayer wrote:
> >>Fixes Ticket45
> >>
> >>Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> >>---
> >> ffplay.c |    1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >>diff --git a/ffplay.c b/ffplay.c
> >>index 7d47bcd..e2e226f 100644
> >>--- a/ffplay.c
> >>+++ b/ffplay.c
> >>@@ -1753,6 +1753,7 @@ static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const c
> >>     if (!buffersink_params)
> >>         return AVERROR(ENOMEM);
> >>
> >>+    av_opt_get_int(sws_opts, "sws_flags", 0, &sws_flags);
> >
> >ping
> 
> It seems I missed this one, sorry.
> 
> LGTM, thanks.

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- 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/20130113/a789d80d/attachment.asc>


More information about the ffmpeg-devel mailing list