vl: remove is idr flag
authorBoyuan Zhang <boyuan.zhang@amd.com>
Thu, 7 Dec 2017 21:13:51 +0000 (16:13 -0500)
committerLeo Liu <leo.liu@amd.com>
Fri, 15 Dec 2017 21:04:05 +0000 (16:04 -0500)
Remove is_idr flag since not being used anymore.

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/include/pipe/p_video_state.h

index 1d57165..5a88e6c 100644 (file)
@@ -407,7 +407,6 @@ struct pipe_h264_enc_picture_desc
    unsigned ref_pic_mode;
 
    bool not_referenced;
-   bool is_idr;
    bool enable_vui;
    struct util_hash_table *frame_idx;