diff options
author | Leo Liu <leo.liu@amd.com> | 2014-05-27 10:12:00 -0400 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2014-05-27 16:56:32 +0200 |
commit | 8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46 (patch) | |
tree | 0f23294db2d5650ddb8cdb572be5ab3d11a0dc88 /src/gallium/include/pipe | |
parent | 57730d67f66f998e8417979b1569ad51f1a75c66 (diff) | |
download | external_mesa3d-8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46.zip external_mesa3d-8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46.tar.gz external_mesa3d-8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46.tar.bz2 |
vl: add interface for non-referenced frames
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_video_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 0256a8f..6621dbd 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -371,6 +371,8 @@ struct pipe_h264_enc_picture_desc unsigned pic_order_cnt; unsigned ref_idx_l0; unsigned ref_idx_l1; + + bool not_referenced; }; #ifdef __cplusplus |