mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
encoder: fix mpeg2 compilation error.
https://bugzilla.gnome.org/show_bug.cgi?id=719746 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
2f5e5f0784
commit
fdddf83c71
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ fill_picture (GstVaapiEncoderMpeg2 * encoder,
|
|||
GstVaapiCodedBuffer * codedbuf, GstVaapiSurfaceProxy * surface)
|
||||
{
|
||||
VAEncPictureParameterBufferMPEG2 *pic = picture->param;
|
||||
uint8_t f_code_x, f_code_y;
|
||||
guint8 f_code_x, f_code_y;
|
||||
|
||||
memset (pic, 0, sizeof (VAEncPictureParameterBufferMPEG2));
|
||||
|
||||
|
|
Loading…
Reference in a new issue