Changeset 4466cc4ffaa424dd4b6c19e70d7a6e886253aa5f

Show
Ignore:
Timestamp:
25/11/06 03:22:38 (2 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1164421358 +0000
git-parent:

[2ff5876f175757849e55e27a09307da677d97c6c]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1164421358 +0000
Message:

* Fix an accidental change from [18009] and add a mutex destroy I forgot to commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    r1b9fc13 r4466cc4  
    2828Benjamin Mironer <bmironer at noos.fr> - Mac OS X fixes 
    2929Benoit Steiner <benny at via.ecp.fr> - MPEG system input, network input 
     30Bill <wenwuangel at hotmail .com> - memleak fixes 
    3031Bill Eldridge <bill at rfa.org> - documentation 
    3132Bob Maguire <maguirer at rjmaguire dot com> - addition of some controls to the OSX interface 
     
    5657Dennis Lou <dlou99 at yahoo dot com> - ATSC support in the DVB module 
    5758Dermot McGahon <dermot at dspsrv dot com> - Bug fixes, RC interface loop and repeat 
    58 Diego Petteno <flameeyes at gentoo dot org> - remove usage of internal ffmpeg symbols 
     59Diego Petteno <flameeyes at gentoo dot org> - remove usage of internal ffmpeg symbols, configure fixes 
    5960DirektX <direktx at freemail.hu> - Hungarian translation 
    6061Dugal Harris - DirectShow fixes and MJPEG patches 
  • src/input/input.c

    r6f1095e r4466cc4  
    860860        if( p_input->i_start > 0 ) 
    861861        { 
    862             if( p_input->i_start >= p_input->input.p_item->i_duration
     862            if( p_input->i_start >= val.i_time
    863863            { 
    864864                msg_Warn( p_input, "invalid start-time ignored" ); 
  • src/playlist/engine.c

    rd732fd2 r4466cc4  
    206206    PL_UNLOCK; 
    207207 
     208    vlc_mutex_destroy( &p_playlist->p_stats->lock ); 
    208209    if( p_playlist->p_stats ) 
    209210        free( p_playlist->p_stats );