summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-27 19:51:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-27 19:51:10 -0600
commit428cb220a4230cba8ee4e4e59a17d4baa611e8b0 (patch)
tree34317022a6b8744091679d0feb893d81037de90c
parent36c7aa92555d1e7bae42a6e17ba40764bdb5d351 (diff)
downloadpx4-nuttx-428cb220a4230cba8ee4e4e59a17d4baa611e8b0.tar.gz
px4-nuttx-428cb220a4230cba8ee4e4e59a17d4baa611e8b0.tar.bz2
px4-nuttx-428cb220a4230cba8ee4e4e59a17d4baa611e8b0.zip
Update ChangeLogs
-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).