Mark adx_decode_init() as type int instead of void, the function returns
authorDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 17:08:25 +0000 (17:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 17:08:25 +0000 (17:08 +0000)
commitdefa0cd6f53c5696a999198009b8e0fc662ff2ae
treedc66f92e3f7168aa9101b796d4d91b6345de8d3a
parent8cb2db4edbe6a17703d491cada82f98114d88a8a
Mark adx_decode_init() as type int instead of void, the function returns
a value.  Fixes the warning:
adxdec.c:36: warning: 'return' with a value, in function returning void

Originally committed as revision 14814 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/adxdec.c