Add the "buffering" status indicator
commit0b644cea4904d596d6c1c4504c3e653fa4233282
authorNicolas Pennequin <nicolas@nicolas-laptop.(none)>
Sat, 20 Oct 2007 15:46:56 +0000 (20 17:46 +0200)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Thu, 25 Oct 2007 19:18:20 +0000 (25 19:18 +0000)
tree4f1ba2e9c6995d8ab856a391d6422bb0a63fe253
parentf7401ecd77bf9d8e98f9ea8e51486835b3f77d55
Add the "buffering" status indicator

For now its purpose is to let codec_advance_buffer_counters() know the
difference between the case where data is low because buffering has
just started and the case where data is low because although the buffer is
(almost) full, nearly all of it has been read.
Posting Q_AUDIO_FILL_BUFFER is only needed in the second case, and can
even be harmful in the first.
apps/buffering.c
apps/buffering.h
apps/debug_menu.c
apps/playback.c