a52dec, amrwbec: fix parse function declaration mismatch
authorTim-Philipp Müller <tim@centricular.com>
Fri, 15 Apr 2016 19:46:37 +0000 (20:46 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 15 Apr 2016 19:46:37 +0000 (20:46 +0100)
commit3734d90ce63252e15a205975cc1cd5e1d523625c
tree3087b7e192816183f660755732cc8229518e27d6
parent36d972e01a75a4cd13be13898b6d9931879c8590
a52dec, amrwbec: fix parse function declaration mismatch

Fixes MSVC compiler warning:

amrwbdec.c(99): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
gsta52dec.c(156): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
ext/a52dec/gsta52dec.c
ext/amrwbdec/amrwbdec.c