Skip to content

Commit

Permalink
Remove call to av_register_all
Browse files Browse the repository at this point in the history
As this is now taken care of since SHA: cfbd7667a726f2db638453ec48612f85092e43bd
  • Loading branch information
jyavenard committed Dec 23, 2010
1 parent fc5f185 commit 196943c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/programs/mythfrontend/audiogeneralsettings.cpp
Expand Up @@ -530,9 +530,6 @@ AudioTestThread::AudioTestThread(QObject *parent,
m_parent(parent), m_channels(channels), m_device(main),
m_passthrough(passthrough), m_interrupted(false), m_channel(-1), m_hd(hd)
{
/* initialize libavcodec, and register all codecs and formats */
av_register_all();

m_format = hd ? settings.BestSupportedFormat() : FORMAT_S16;
m_samplerate = hd ? settings.BestSupportedRate() : 48000;

Expand Down

0 comments on commit 196943c

Please sign in to comment.