]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_mptestsrc.c
h264: (trivial) make ff_h264_lps_state static
[ffmpeg] / libavfilter / vsrc_mptestsrc.c
index 96b2a4cc13a7ddf9c86e66d67e42c053b715314c..3043204d2f678a31be3dc82cafb41a212d13a941 100644 (file)
@@ -385,7 +385,6 @@ AVFilter avfilter_vsrc_mptestsrc = {
 
     .outputs   = (const AVFilterPad[]) {{ .name = "default",
                                     .type = AVMEDIA_TYPE_VIDEO,
-                                    .config_props = config_props,
                                     .request_frame = request_frame,
                                     .config_props  = config_props, },
                                   { .name = NULL }},