mirror of https://github.com/FFmpeg/FFmpeg.git
lpd.buf is non-const and discards the const qualifier of zerobuffer. This fixes -Wdiscarded-qualifiers observed with a variety of compilers, including GCC 5.2. Note that this does not change the type of zerobuffer, and merely makes the intent explicit. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/151/head
parent
7cf22c7970
commit
6ea457f76d
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue