]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_transpose_vaapi.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_transpose_vaapi.c
index a4c654266de4712c1eb699172cb5395a58ce55fa..3b29767c8d332d5806d24245051066b7a3ce1e17 100644 (file)
@@ -274,7 +274,7 @@ static const AVFilterPad transpose_vaapi_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_transpose_vaapi = {
+const AVFilter ff_vf_transpose_vaapi = {
     .name           = "transpose_vaapi",
     .description    = NULL_IF_CONFIG_SMALL("VAAPI VPP for transpose"),
     .priv_size      = sizeof(TransposeVAAPIContext),