1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avfilter/vf_dblur: remove unused line

This commit is contained in:
Paul B Mahol 2021-01-21 12:58:58 +01:00
parent 4225819c70
commit b51eae1abe

View File

@ -40,7 +40,6 @@ typedef struct DBlurContext {
int planeheight[4];
float *buffer;
int nb_planes;
void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
} DBlurContext;
#define OFFSET(x) offsetof(DBlurContext, x)