mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
libs: encoders: remove unused cast macros
They are only used inside the code, where another macro is defined. Thus these exported macros have no use.
This commit is contained in:
parent
d9c88f4785
commit
fd7d38f7d2
6 changed files with 0 additions and 18 deletions
|
@ -29,9 +29,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_H264(encoder) \
|
||||
((GstVaapiEncoderH264 *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderH264 GstVaapiEncoderH264;
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_H265(encoder) \
|
||||
((GstVaapiEncoderH265 *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderH265 GstVaapiEncoderH265;
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_JPEG(encoder) \
|
||||
((GstVaapiEncoderJpeg *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderJpeg GstVaapiEncoderJpeg;
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_MPEG2(encoder) \
|
||||
((GstVaapiEncoderMpeg2 *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderMpeg2 GstVaapiEncoderMpeg2;
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_VP8(encoder) \
|
||||
((GstVaapiEncoderVP8 *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderVP8 GstVaapiEncoderVP8;
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_VAAPI_ENCODER_VP9(encoder) \
|
||||
((GstVaapiEncoderVP9 *) (encoder))
|
||||
|
||||
typedef struct _GstVaapiEncoderVP9 GstVaapiEncoderVP9;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue