mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
postproc: pp_*_t => pp_*
This commit is contained in:
parent
2ce58ad764
commit
775a3a0640
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ struct _GstPostProc
|
|||
gint ystride, ustride, vstride;
|
||||
gint ysize, usize, vsize;
|
||||
|
||||
pp_mode_t *mode;
|
||||
pp_context_t *context;
|
||||
pp_mode *mode;
|
||||
pp_context *context;
|
||||
|
||||
/* props of various filters */
|
||||
gboolean autoq;
|
||||
|
|
Loading…
Reference in a new issue