]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/asrc_anullsrc.c
Make PAL8 pcx images opaque.
[ffmpeg] / libavfilter / asrc_anullsrc.c
index 6c1a4a946d7e9dadb8421558af6d46a41ac2f208..1bcc3eb9a6b5aafd263f4436e80a8730dc22734c 100644 (file)
@@ -128,9 +128,9 @@ AVFilter avfilter_asrc_anullsrc = {
     .init        = init,
     .priv_size   = sizeof(ANullContext),
 
-    .inputs      = (AVFilterPad[]) {{ .name = NULL}},
+    .inputs      = (const AVFilterPad[]) {{ .name = NULL}},
 
-    .outputs     = (AVFilterPad[]) {{ .name = "default",
+    .outputs     = (const AVFilterPad[]) {{ .name = "default",
                                       .type = AVMEDIA_TYPE_AUDIO,
                                       .config_props = config_props,
                                       .request_frame = request_frame, },