Make faac_decode_frame return -1 on error and not 0 which avoids
authorBaptiste Coudurier <baptiste.coudurier@smartjog.com>
Sun, 5 Mar 2006 12:32:24 +0000 (12:32 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 5 Mar 2006 12:32:24 +0000 (12:32 +0000)
commit980bbb13d653561d83619350db32ccb5e5248f95
tree261fec05572e6c44e1beb3971c98778c68456600
parent7a5b2fa812ce33e729638318e410438f8f12c341
Make faac_decode_frame return -1 on error and not 0 which avoids
stalling and infinite loop.
Patch by Baptiste COUDURIER <baptiste coudurier at smartjog com>

Originally committed as revision 5110 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/faad.c