OSDN Git Service

Don't automatically destroy the buffer(s) passed to vaRenderPicture
[android-x86/hardware-intel-common-libva.git] / va / va_enc_h264.h
index 604877f..2e7eb8d 100644 (file)
@@ -386,8 +386,7 @@ typedef struct _VAEncPictureParameterBufferH264 {
  *
  * If per-macroblock encoder configuration is needed, \c macroblock_info
  * references a buffer of type #VAEncMacroblockParameterBufferH264. This
- * buffer is not passed to vaRenderPicture(). i.e. it is not destroyed
- * by subsequent calls to vaRenderPicture() and then can be re-used
+ * buffer is not passed to vaRenderPicture() and it can be re-used
  * without re-allocating the whole buffer.
  */
 typedef struct _VAEncSliceParameterBufferH264 {