[FFmpeg-cvslog] swr-test: drop one const, silence most const qualifer warnings.

Michael Niedermayer git at videolan.org
Sat Dec 3 00:55:04 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec  3 00:46:46 2011 +0100| [12804348f5babf56a315fa01751eea1ffdddf98a] | committer: Michael Niedermayer

swr-test: drop one const, silence most const qualifer warnings.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12804348f5babf56a315fa01751eea1ffdddf98a
---

 libswresample/swresample_test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c
index fa7422d..d41b964 100644
--- a/libswresample/swresample_test.c
+++ b/libswresample/swresample_test.c
@@ -28,7 +28,7 @@
 
 #define ASSERT_LEVEL 2
 
-static double get(const uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){
+static double get(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){
     const uint8_t *p;
     if(av_sample_fmt_is_planar(f)){
         f= av_get_alt_sample_fmt(f, 0);



More information about the ffmpeg-cvslog mailing list