Changeset 85de3792306ce30051d41c255dd8f80ce42d4b61

Show
Ignore:
Timestamp:
03/02/08 18:19:59 (6 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1204478399 +0100
git-parent:

[225300b59e7da3607721d9538775996097a30872]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1204478181 +0100
Message:

Remove useless error messages when allocation of structures failed.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/mux/mpeg/ts.c

    r225300b r85de379  
    10261026    if( !p_stream->lang ) 
    10271027    { 
    1028         msg_Err( p_mux, "cannot add new stream, out of memory" ); 
    10291028        p_stream->i_langs = 0; 
    10301029        free( p_stream ); 
     
    22562255        if( !p_sys->dvbpmt ) 
    22572256        { 
    2258             msg_Err( p_mux, "cannot generate a new pmt, out of memory" ); 
    22592257            return; 
    22602258        }