comparison liba52/resample.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents fdb8244da1e5
children 5f28e617c078
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
35 if(tmp){ 35 if(tmp){
36 if(a52_resample==NULL) av_log(NULL, AV_LOG_INFO, "No accelerated resampler found\n"); 36 if(a52_resample==NULL) av_log(NULL, AV_LOG_INFO, "No accelerated resampler found\n");
37 a52_resample=tmp; 37 a52_resample=tmp;
38 return tmp; 38 return tmp;
39 } 39 }
40 40
41 av_log(NULL, AV_LOG_ERROR, "Unimplemented resampler for mode 0x%X -> %d channels conversion - Contact MPlayer developers!\n", flags, chans); 41 av_log(NULL, AV_LOG_ERROR, "Unimplemented resampler for mode 0x%X -> %d channels conversion - Contact MPlayer developers!\n", flags, chans);
42 return NULL; 42 return NULL;
43 } 43 }