Re: [FFmpeg-devel] [PATCH]lavf/protocols: Add a cast to silence a warning

2017-10-07 Thread Carl Eugen Hoyos
2017-10-02 14:38 GMT+02:00 Carl Eugen Hoyos : > Hi! > > Attached patch fixes the following warning: > libavformat/protocols.c:100:7: warning: assignment discards ‘const’ > qualifier from pointer target type Ping, better suggestions very welcome. Carl Eugen

[FFmpeg-devel] [PATCH]lavf/protocols: Add a cast to silence a warning

2017-10-02 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the following warning: libavformat/protocols.c:100:7: warning: assignment discards ‘const’ qualifier from pointer target type Please comment, Carl Eugen From 445245a4eb07b615511b2355b8e9f7baf9b665fe Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 2 Oct 2017 14