Changeset 8a171c809b57bcccc25936b2e7569715120eef31

Show
Ignore:
Timestamp:
01/27/06 14:54:47 (2 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1138370087 +0000
git-parent:

[758190ee3f1e5cf2a176ce47420cc08bfa0918a1]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1138370087 +0000
Message:

rpn.c : vlm_cmd now adds a "vlm_value" variable
AUTHORS : add the HTTP interface rewrite

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r1ad2022 r8a171c8  
    117117D: Video Filters: mosaic, gradient and edge detection, magnify, rss 
    118118D: Podcast demux 
     119D: HTTP interface pages 
    119120S: France 
    120121 
  • modules/control/http/rpn.c

    ra1046c5 r8a171c8  
    10031003 
    10041004            E_(mvar_AppendNewVar)( vars, "vlm_error", psz_error ); 
     1005            /* this is kind of a duplicate but we need to have the message 
     1006             * without the command name for the "export" command */ 
     1007            E_(mvar_AppendNewVar)( vars, "vlm_value", vlm_answer->psz_value ); 
    10051008            vlm_MessageDelete( vlm_answer ); 
    10061009