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:
parent
22260824c0
commit
03cea46194
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue