[mythtv-firehose] mythtv/ceton commit: aa01f2241 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Thu Apr 5 19:17:50 UTC 2012


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2012-04-05T12:15:40-07:00
   Push Date:  2012/04/05 12:17:30 -0700
  Repository:  mythtv
      Branch:  ceton
New Revision:  aa01f224142c37c001f4897bd3da468cd585f2cb
   Changeset:  https://github.com/MythTV/mythtv/commit/aa01f2241

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