On Sun, Sep 20, 2015 at 09:11:57AM -0400, Ganesh Ajjanagadde wrote:
> fmt, fps are non-const as they are needed to loop over a static const array.
> Thus the patch explicitly casts them to be non-const. This suppresses
> -Wdiscarded-qualifiers seen in e.g
> http://fate.ffmpeg.org/log.cgi?time=20150919100330&log=compile&slot=x86_64-archlinux-gcc-enableshared.
> 
> Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com>
> ---
>  libavdevice/libdc1394.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

solved differently (without casts)

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

What does censorship reveal? It reveals fear. -- Julian Assange

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to