[MPlayer-dev-eng] [PATCH] fencepost error in stream_dvdnav.c

Mike Castle dalgoda+mplayer at gmail.com
Sat Feb 19 20:54:31 CET 2011


On Wed, Feb 16, 2011 at 1:39 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Mike Castle <dalgoda+mplayer <at> gmail.com> writes:
>
>> +++ stream/stream_dvdnav.c    (working copy)
>> @@ -524,7 +524,7 @@
>>    uint32_t titles=0, i;
>>    if(p->track <= 0) {
>>      dvdnav_get_number_of_titles(priv->dvdnav, &titles);
>> -    for(i=0; i<titles; i++)
>> +    for(i=1; i<=titles; i++)
>
> I will apply this if nobody objects.

Any objections?

Since everything I want to send affects the same file, I was just
going to wait until each one got applied before sending the next.

mrc


More information about the MPlayer-dev-eng mailing list