mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add missing "const" all over the place.
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "audio_data.h"
|
||||
#include "audio_mix.h"
|
||||
|
||||
static const char *coeff_type_names[] = { "q8", "q15", "flt" };
|
||||
static const char * const coeff_type_names[] = { "q8", "q15", "flt" };
|
||||
|
||||
struct AudioMix {
|
||||
AVAudioResampleContext *avr;
|
||||
|
||||
Reference in New Issue
Block a user