mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Make two variables const
Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35 Originally committed as revision 13305 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -42,7 +42,7 @@ static const AVClass filter_parser_class = {
|
||||
static const AVClass *log_ctx = &filter_parser_class;
|
||||
|
||||
static AVFilterContext *create_filter(AVFilterGraph *ctx, int index,
|
||||
char *name, char *args)
|
||||
const char *name, const char *args)
|
||||
{
|
||||
AVFilterContext *filt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user