Added codedbuf into JPEG encode picture parameter
authorAustin Yuan <shengquan.yuan@gmail.com>
Thu, 1 Apr 2010 08:03:16 +0000 (16:03 +0800)
committerAustin Yuan <shengquan.yuan@gmail.com>
Thu, 1 Apr 2010 08:03:16 +0000 (16:03 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index 76de2c7..ab4162e 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -546,6 +546,7 @@ typedef struct _VAEncPictureParameterBufferJPEG
     VASurfaceID reconstructed_picture;
     unsigned short picture_width;
     unsigned short picture_height;
+    VABufferID coded_buf;
 } VAEncPictureParameterBufferJPEG;