
mythtv at cvs
Jul 31, 2010, 3:52 AM
Post #1 of 1
(93 views)
Permalink
|
|
mythtv commit: r25522 by paulh
|
|
Author: paulh Date: 2010-07-31 10:52:10 +0000 (Sat, 31 Jul 2010) New Revision: 25522 Changeset: http://svn.mythtv.org/trac/changeset/25522 Modified: trunk/mythplugins/mythmusic/mythmusic/avfdecoder.cpp Log: MythMusic: Guard against not being able to identify a stream format from the probe data when streaming to the avfdecoder, seems av_open_input_stream() segfaults if you pass a NULL AVInputFormat. Also change a few TRUE/FALSE to true/false to match what we use elsewhere. _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|