Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-08-01 10:33:10 -06:00
parent f3bf74836c
commit 24d5b6b7f9

View File

@ -984,3 +984,7 @@
the size of the buffer so that all buffers only partially filled by the the size of the buffer so that all buffers only partially filled by the
time they get to the leaf. Now, a flag is set in the audio buffer time they get to the leaf. Now, a flag is set in the audio buffer
flags set to indicate the final buffer in the stream (2014-7-31). flags set to indicate the final buffer in the stream (2014-7-31).
* apps/system/nxplayer/nxplayer.c: Fix an error I introduced: Need to
pass through final buffer even if is it zero length because it containsi
the end of audio stream flag (2014-8-1).