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

MythTV noreply at mythtv.org
Sun May 29 06:42:23 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-05-28T23:37:36-07:00
   Push Date:  2011/05/28 23:42:17 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d6413725779871e9098fd3deb0b2b13ac258b5ff
   Changeset:  https://github.com/MythTV/mythtv/commit/d64137257

Log:

Silence ffmpeg log spew during av_find_stream_info

As we start playback, there is often a lot of spew while ffmpeg libs determine
the stream info, particularly for H.264 recordings.  This is even the case when
there is no playback issues at all with the file.

What I've done is added a flag to totally silence the ffmpeg log spew, but only
activate it around the call to av_find_stream_info in
AvFormatDecoder::FindStreamInfo method.

This will remove a pile of useless log spew that really doesn't help us in
any debugging.

Modified:

   mythtv/libs/libmythtv/avformatdecoder.cpp



More information about the mythtv-firehose mailing list