/[qemu]/qemu/audio/mixeng.c
ViewVC logotype

Diff of /qemu/audio/mixeng.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Sat Nov 5 18:55:27 2005 UTC revision 1.4 by bellard, Fri Nov 11 00:03:07 2005 UTC
# Line 243  void *st_rate_start (int inrate, int out Line 243  void *st_rate_start (int inrate, int out
243      struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate));      struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate));
244    
245      if (!rate) {      if (!rate) {
246          dolog ("Could not allocate resampler (%d bytes)\n", sizeof (*rate));          dolog ("Could not allocate resampler (%zu bytes)\n", sizeof (*rate));
247          return NULL;          return NULL;
248      }      }
249    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26