summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt4
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 5 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).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3e6ae09f6..fdfc0f208 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7857,3 +7857,5 @@
level (2014-7-27)
* include/nuttx/audio/audio.h and audio/pcm_decode.c: Misc bugfixes
while integrating fast forward by sub-sampling (2014-7-27).
+ * audio/pcm_decode.c: Back out a change; the fix really belongs in
+ NxPlayer. (2014-7-27).