mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 05:23:14 +08: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