Ticket #1291: dec.c.patch
| File dec.c.patch, 0.5 kB (added by hawkinsw, 1 year ago) |
|---|
-
vlc-0.9.0-svn/src/audio_output/dec.c
old new 89 89 90 90 p_input->b_changed = 0; 91 91 p_input->b_error = 1; 92 aout_FormatPrepare( p_format ); 92 93 if ( !p_format->i_bytes_per_frame ) 94 aout_FormatPrepare( p_format ); 95 else 96 p_format->i_frame_length = 1; 97 93 98 memcpy( &p_input->input, p_format, 94 99 sizeof(audio_sample_format_t) ); 95 100 if( p_replay_gain )
