Changeset 9c240458f9ee4e282ba47ec27342245e3bbcc5f8

Show
Ignore:
Timestamp:
09/22/07 17:03:10 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190473390 +0000
git-parent:

[feac01be63d1615c995fb236675e3068535e95ed]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190473390 +0000
Message:

Last part of the Speex/RTP patch - fixes #1291

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/audio_output/dec.c

    rcc3bd15 r9c24045  
    8787    p_input->b_changed = 0; 
    8888    p_input->b_error = 1; 
    89     aout_FormatPrepare( p_format ); 
     89 
     90    if ( !p_format->i_bytes_per_frame ) 
     91        aout_FormatPrepare( p_format ); 
     92    else  
     93        p_format->i_frame_length = 1; 
     94 
    9095    memcpy( &p_input->input, p_format, 
    9196            sizeof(audio_sample_format_t) );