libFLAC: Rename get_client_data_from_decoder function
commit4ca0d85c5d0ea3e9d9afc4ac53b5187c9ab98689
authorErik de Castro Lopo <erikd@mega-nerd.com>
Thu, 8 Aug 2019 08:20:14 +0000 (8 18:20 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Thu, 8 Aug 2019 23:36:19 +0000 (9 09:36 +1000)
tree66cd0d45d1021003e8f598a204e97b23a39e6cf6
parentf85a2f44f6b1b38a802751558579e3a500e23143
libFLAC: Rename get_client_data_from_decoder function

This function was added after the 1.3.2 release, but the name was bad
(missing "FLAC__" at the start) and the pointer returned should be 'const'.
src/libFLAC/include/protected/stream_decoder.h
src/libFLAC/stream_decoder.c