Changeset 65a9c5b22206b4264dbe737e7e07fdbeddef14d2

Show
Ignore:
Timestamp:
05/03/08 11:22:17 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209806537 +0300
git-parent:

[82d86a7b43ae822a484e9f5fa14f1c5fc9e041df]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209804071 +0300
Message:

OSD: use vlc_internals()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/osd/osd.c

    r449fd28 r65a9c5b  
    234234 
    235235    vlc_object_release( p_osd ); 
    236     if( p_osd->p_internals->i_refcount > 0 ) 
     236    if( vlc_internals( VLC_OBJECT(p_osd) )->i_refcount > 0 ) 
    237237    { 
    238238        vlc_mutex_unlock( lockval.p_address );