Changeset e2518c9090d25c390cd6b5db16d9acf66632105c

Show
Ignore:
Timestamp:
07/11/02 21:44:10 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1026416650 +0000
git-parent:

[c33cab357247c91e736aa711e2b6ca0892c91e6d]

git-author:
Sam Hocevar <sam@videolan.org> 1026416650 +0000
Message:
  • ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
    when the audio output fifo could not be created.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/mad/mad_libmad.c

    r73ec58f re2518c9  
    298298        if ( p_mad_adec->p_aout_fifo == NULL ) 
    299299        { 
    300             return( -1 )
     300            return MAD_FLOW_BREAK
    301301        } 
    302302