Re: [FFmpeg-devel] [PATCH]lavfi/fspp: Remove two unused macros

2019-04-15 Thread Carl Eugen Hoyos
2019-04-15 23:56 GMT+02:00, Michael Niedermayer : > On Sun, Apr 14, 2019 at 10:57:35PM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch removes two unused macros as a preparation for a new patch >> to silence a clang warning. >> >> Please comment, Carl Eugen > >> vf_fspp.h |2 -- >>

Re: [FFmpeg-devel] [PATCH]lavfi/fspp: Remove two unused macros

2019-04-15 Thread Michael Niedermayer
On Sun, Apr 14, 2019 at 10:57:35PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch removes two unused macros as a preparation for a new patch > to silence a clang warning. > > Please comment, Carl Eugen > vf_fspp.h |2 -- > 1 file changed, 2 deletions(-) > ec3246d97102d701f4a979e29a

[FFmpeg-devel] [PATCH]lavfi/fspp: Remove two unused macros

2019-04-14 Thread Carl Eugen Hoyos
Hi! Attached patch removes two unused macros as a preparation for a new patch to silence a clang warning. Please comment, Carl Eugen From 133f21a9df22f5ae15ea7feef57bb6c1bc7a7bf4 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 14 Apr 2019 22:56:17 +0200 Subject: [PATCH] lavfi/fspp: Re