[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-3095-gf3af248

Git Repo Owner noreply at mythtv.org
Mon Oct 5 21:08:01 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  f3af248625b9597e571333399d9f0dd53cc9cf23 (commit)
      from  349d3a4c9e590a568c29c0f29e66ae28267243f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f3af248625b9597e571333399d9f0dd53cc9cf23
Author:    Karl Dietz <dekarl at mythtv.org> at Mon, 5 Oct 2015 22:59:29 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Mon, 5 Oct 2015 23:07:24 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f3af248625b9597e571333399d9f0dd53cc9cf23

Use void pointers for audio buffers to silence cppcheck.
The type of the data is encoded in the bits parameter instead of the
pointer. Mark the buffers as const while here.



-----------------------------------------------------------------------

Summary of changes:
 mythplugins/mythmusic/mythmusic/mainvisual.cpp     |    6 +++---
 mythplugins/mythmusic/mythmusic/mainvisual.h       |    2 +-
 mythtv/libs/libmyth/audio/audiooutputgraph.cpp     |    9 +++++----
 mythtv/libs/libmyth/audio/audiooutputgraph.h       |    2 +-
 mythtv/libs/libmyth/visual.h                       |    2 +-
 .../libs/libmythtv/visualisations/videovisual.cpp  |    6 +++---
 mythtv/libs/libmythtv/visualisations/videovisual.h |    2 +-
 7 files changed, 15 insertions(+), 14 deletions(-)

-- 



More information about the mythtv-commits mailing list