Author: cpinkham
        Date: 2006-01-13 05:11:21 +0000 (Fri, 13 Jan 2006)
New Revision: 8590
   Changeset: http://cvs.mythtv.org/trac/changeset/8590

Modified:

   trunk/mythtv/libs/libmythtv/avformatdecoder.cpp

Log:

Because avcodec_open is called inside of ScanStreams, and avcodeclock is
locked and unlocked around ScanStreams, then we need to not put locks around
the call to avcodec_open.  Instead, we add a second set of avcodeclock locks
around the other call to ScanStreams which was not protected before.  The
lock calls around avcodec_close have been uncommented again.

This should fix #1013 and references [8573].




_______________________________________________
mythtv-commits mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

Reply via email to