]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/unsharp.h
avcodec/msmpeg4: Reindentation
[ffmpeg] / libavfilter / unsharp.h
index a60b30f31a875c59c7eda6ea1f222029641abe03..253e32dd19885de3fb3c0672ac82f9883164a9c4 100644 (file)
@@ -48,9 +48,12 @@ typedef struct UnsharpContext {
     UnsharpFilterParam luma;   ///< luma parameters (width, height, amount)
     UnsharpFilterParam chroma; ///< chroma parameters (width, height, amount)
     int hsub, vsub;
+    int bitdepth;
+    int bps;
     int nb_threads;
     int opencl;
     int (* apply_unsharp)(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
+    int (* unsharp_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
 } UnsharpContext;
 
 #endif /* AVFILTER_UNSHARP_H */