Mesa (master): vl: add interface for non-referenced frames

Christian König deathsimple at kemper.freedesktop.org
Tue May 27 15:27:10 UTC 2014


Module: Mesa
Branch: master
Commit: 8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46

Author: Leo Liu <leo.liu at amd.com>
Date:   Tue May 27 10:12:00 2014 -0400

vl: add interface for non-referenced frames

Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>

---

 src/gallium/include/pipe/p_video_state.h |    2 ++
 1 file changed, 2 insertions(+)

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




More information about the mesa-commit mailing list