]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hqx.c
Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4'
[ffmpeg] / libavfilter / vf_hqx.c
index 5f63b2a3f9e2a53587a87248342cc971507a8458..16a1be7bd4d596d22d9d972613ae5bfc93698806 100644 (file)
@@ -34,7 +34,7 @@
 
 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
 
-typedef struct {
+typedef struct HQXContext {
     const AVClass *class;
     int n;
     hqxfunc_t func;