Changeset 856853aea9bed47e2e8ca8c425b1fe0995f53b55

Show
Ignore:
Timestamp:
12/05/08 16:47:00 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210603620 +0200
git-parent:

[45213c5d5c123a6ae14167ee58e86297cdec9de4]

git-author:
Rafaël Carré <funman@videolan.org> 1210603609 +0200
Message:

Asserts the return value of pf_audio_filter()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/transcode.c

    r27d483e r856853a  
    15811581        } 
    15821582 
     1583        assert( p_audio_block ); 
     1584 
    15831585        p_audio_buf->p_buffer = p_audio_block->p_buffer; 
    15841586        p_audio_buf->i_nb_bytes = p_audio_block->i_buffer;