[FFmpeg-devel] [PATCH] ffplay: remove dead code
Michael Niedermayer
michaelni at gmx.at
Thu Jul 24 15:35:28 CEST 2014
Hi
On Thu, Jul 17, 2014 at 06:02:02PM -0700, Timothy Gu wrote:
> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> ---
> ffplay.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/ffplay.c b/ffplay.c
> index af0e199..8abbeae 100644
> --- a/ffplay.c
> +++ b/ffplay.c
> @@ -775,8 +775,6 @@ static void blend_subrect(AVPicture *dst, const AVSubtitleRect *rect, int imgw,
> lum[0] = ALPHA_BLEND(a, lum[0], y, 0);
>
> YUVA_IN(y, u, v, a, p + BPP, pal);
> - u1 += u;
> - v1 += v;
> a1 += a;
> lum[1] = ALPHA_BLEND(a, lum[1], y, 0);
> cb[0] = ALPHA_BLEND(a1 >> 2, cb[0], u, 1);
CC-ing ffplay maintainer, so he doesnt miss this
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140724/f5b277d5/attachment.asc>
More information about the ffmpeg-devel
mailing list