summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-01 10:33:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-01 10:33:10 -0600
commit40ce14372b6919291a87677cf12a22acd2c72188 (patch)
tree98d5ffa8d4938d65d54159a646c12a32255c195b
parentde8d31cf44d8586d60ad8e80f36f22c7462a601d (diff)
downloadnuttx-40ce14372b6919291a87677cf12a22acd2c72188.tar.gz
nuttx-40ce14372b6919291a87677cf12a22acd2c72188.tar.bz2
nuttx-40ce14372b6919291a87677cf12a22acd2c72188.zip
Update ChangeLog
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index c4cff4290..df559bd86 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -984,3 +984,7 @@
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
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).
+