Hi<br><br>On Tuesday, 1 January 2013, Paul Harrison  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 13/12/12 14:28, Git Repo Owner wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The branch, devel/resync-stable10 has been created on the<br>
mythtv repository by gitolite user jyavenard.<br>
         at  a1eac715a9ff2f1d18cfddc69f4966<u></u>4c57150735 (commit)<br>
<br>
- Log ------------------------------<u></u>------------------------------<u></u>-----<br>
commit a1eac715a9ff2f1d18cfddc69f4966<u></u>4c57150735<br>
Author:    Jean-Yves Avenard &lt;<a>jyavenard@mythtv.org</a>&gt; at Fri, 14 Dec 2012 00:38:07 +1100<br>
Committer: Jean-Yves Avenard &lt;<a>jyavenard@mythtv.org</a>&gt; at Fri, 14 Dec 2012 01:00:57 +1100<br>
URL:       <a href="http://code.mythtv.org/cgit/mythtv/commit/?id=a1eac715a9ff2f1d18cfddc69f49664c57150735" target="_blank">http://code.mythtv.org/cgit/<u></u>mythtv/commit/?id=<u></u>a1eac715a9ff2f1d18cfddc69f4966<u></u>4c57150735</a><br>

<br>
Select the &quot;best&quot; video tracks available for playback<br>
Optimize and speed-up the detection and handling of video streams. Every video streams used to be opened during the scan, and the last one found would be use.<br>
This commit change the behavior as follow:<br>
Scan all streams.<br>
Once scan is completed, search for the best video stream using FFmpeg convenience method av_find_best_stream. And only open the code and initialise the video output for that particular stream.<br>
<br>
Also, should an error occur while scanning a particular stream, it is now simply ignored instead of completely stopping the scan.<br>
<br>
<br>
</blockquote>
<br>
Looks like there is a typo in this commit at <a href="http://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmythtv/avformatdecoder.cpp#n2049" target="_blank">http://code.mythtv.org/cgit/<u></u>mythtv/tree/mythtv/libs/<u></u>libmythtv/avformatdecoder.cpp#<u></u>n2049</a><br>

<br>
Only spotted it because I noticed a &#39;statement has no effect&#39; warning fly by while recompiling.<br>
<br>
Paul H.<br>
</blockquote><div><br></div><div>Yes you&#39;re right... Thanks for spotting it.<span></span> </div>