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:
Wind Yuan 2013-11-26 14:38:23 +08:00 committed by Gwenole Beauchesne
parent 2f5e5f0784
commit fdddf83c71

View file

@ -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));