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

Michael Niedermayer michaelni at gmx.at
Sun Jan 13 18:41:39 CET 2013


    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

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

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- 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/a815eccc/attachment.asc>


More information about the ffmpeg-devel mailing list