diff options
Diffstat (limited to 'src/post/deinterlace/deinterlace.h')
-rw-r--r-- | src/post/deinterlace/deinterlace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/deinterlace.h b/src/post/deinterlace/deinterlace.h index 1cc7bf9b1..6475aaefd 100644 --- a/src/post/deinterlace/deinterlace.h +++ b/src/post/deinterlace/deinterlace.h @@ -121,7 +121,7 @@ struct deinterlace_frame_data_s typedef void (*deinterlace_frame_t)( uint8_t *output, int outstride, deinterlace_frame_data_t *data, - int bottom_field, int width, int height ); + int bottom_field, int second_field, int width, int height ); /** |