Changeset 48b0c407071afc2ac607d8876d9385832d7794e8

Show
Ignore:
Timestamp:
03/03/05 19:30:07 (4 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1109874607 +0000
git-parent:

[f2d226da0a5d9b2ac555cdb384854dd0c31d2fa8]

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

Handle module variables in sout options parser

Files:

Legend:

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

    r41433ab r48b0c40  
    994994                break; 
    995995            case VLC_VAR_STRING: 
     996            case VLC_VAR_MODULE: 
    996997                val.psz_string = cfg->psz_value; 
    997998                break;