[mythtv-firehose] mythtv/master commit: 86f5fd851 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Thu Apr 5 04:46:48 UTC 2012


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2012-04-04T20:27:18-07:00
   Push Date:  2012/04/04 21:46:41 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  86f5fd851cced8845d5646762f4e8aadf3c18997
   Changeset:  https://github.com/MythTV/mythtv/commit/86f5fd851

Log:

Fixed RAOP audio decoding to use all frames in a packet

While looking over what code needed changing for the next ffmpeg sync, I ran
across this, and found that it was not following the ffmpeg API usage
examples.

Basically, what was coded would decode one audio frame per received packet,
and unceremoniously toss away any remaining data.  I have fixed it to use
all of the received data.

Modified:

   mythtv/libs/libmythtv/mythraopconnection.cpp



More information about the mythtv-firehose mailing list