[mythtv-firehose] mythtv/devel/ffmpeg-sync-20120331 commit: e41a2832d by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Tue Apr 10 07:42:36 UTC 2012


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2012-04-04T21:56:04-07:00
   Push Date:  2012/04/10 00:41:52 -0700
  Repository:  mythtv
      Branch:  devel/ffmpeg-sync-20120331
New Revision:  e41a2832d6848186f940a5834a71d63ea3c4ed3d
   Changeset:  https://github.com/MythTV/mythtv/commit/e41a2832d

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.
(cherry picked from commit 86f5fd851cced8845d5646762f4e8aadf3c18997)

Modified:

   mythtv/libs/libmythtv/mythraopconnection.cpp



More information about the mythtv-firehose mailing list