Skip to content

Commit

Permalink
shaders/deinterlacing: add missing PL_API macros
Browse files Browse the repository at this point in the history
Simple oversight.
  • Loading branch information
haasn committed Feb 18, 2023
1 parent 0254012 commit 0fc6a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/libplacebo/shaders/deinterlacing.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

#include <libplacebo/shaders.h>

PL_API_BEGIN

enum pl_field {
PL_FIELD_NONE = 0, // no deinterlacing
PL_FIELD_EVEN, // "top" fields, with even y coordinates
Expand Down Expand Up @@ -130,4 +132,6 @@ extern const struct pl_deinterlace_params pl_deinterlace_default_params;
void pl_shader_deinterlace(pl_shader sh, const struct pl_deinterlace_source *src,
const struct pl_deinterlace_params *params);

PL_API_END

#endif // LIBPLACEBO_SHADERS_DEINTERLACING_H_

0 comments on commit 0fc6a1a

Please sign in to comment.