summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 033b5e6c7..52823f0ef 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -970,4 +970,6 @@
integrate with Ken's NxWM::CMediaPlayer (2014-7-24).
* apps/include/nxplayer.h: Move subsampling rate definitions from nxplayer.h
to audio.h *2014-7-27).
-
+ * apps/system/nxplayer/nxplayer.c: NxPlayer needs to set curbyte field to
+ zero before enqueuing a buffer. Otherwise, it looks like beginning of
+ the buffer has already been consumed. (2014-7-27).