Add error checking for data callback function
commit4c9f8667b78dab92ec80cb84e2a54346d38a1def
authorViktor Gal <viktor.gal@maeth.com>
Fri, 31 Jul 2009 10:59:16 +0000 (31 12:59 +0200)
committerViktor Gal <viktor.gal@maeth.com>
Fri, 31 Jul 2009 10:59:16 +0000 (31 12:59 +0200)
tree08a5d94fc5729dc244e5e84ef49556e5a49dc788
parent9a6267638233408d39f34374150b6e92aa5466f6
Add error checking for data callback function

If the OggPlayDataCallback is not set for the OggPlay handle
return with E_OGGPLAY_UNINITIALISED when calling oggplay_step_decoding
as there is no function that would process the decoded frames. Thus
there's no point in decoding.
src/liboggplay/oggplay.c