Fix bufread implementation. This fixes problems with codecs that use it.
commitcf815d5f2439bfdb6938101b635933d39687175e
authorNicolas Pennequin <nicolas@nicolas-laptop.(none)>
Thu, 11 Oct 2007 13:05:25 +0000 (11 15:05 +0200)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Thu, 25 Oct 2007 19:18:20 +0000 (25 19:18 +0000)
tree6f9cf78076755a60af1b6281f2594134913b5990
parent7b813970370e918a75a5a72b29a8514b0f8aa0cc
Fix bufread implementation. This fixes problems with codecs that use it.

Some codecs (like MPC or AAC) use codec_filebuf_callback(), which uses
bufseek, instead of codec_request_buffer_callback(), which uses bufgetdata.
apps/buffering.c