Changeset 8b05507e3109d11ea476dfbc797c80b07af33195

Show
Ignore:
Timestamp:
28/06/06 17:16:23 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1151507783 +0000
git-parent:

[37bd4719b8cbc109c853130393cb30d16b49af7c]

git-author:
Clément Stenac <zorglub@videolan.org> 1151507783 +0000
Message:

Compile fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/es_out.c

    r5e2c9b5 r8b05507  
    575575 
    576576    if( p_meta->psz_title ) psz_title = p_meta->psz_title; 
    577     if( p_meta->psz_provider) psz_provider = p_meta->psz_publisher; 
     577    if( p_meta->psz_publisher ) psz_provider = p_meta->psz_publisher; 
    578578    if( p_meta->psz_nowplaying ) psz_now_playing = p_meta->psz_nowplaying; 
    579579