Revision da21440d libavcodec/vaapi_vc1.c
libavcodec/vaapi_vc1.c | ||
---|---|---|
160 | 160 |
pic_param->sequence_fields.bits.syncmarker = s->resync_marker; |
161 | 161 |
pic_param->sequence_fields.bits.rangered = v->rangered; |
162 | 162 |
pic_param->sequence_fields.bits.max_b_frames = s->avctx->max_b_frames; |
163 |
#if VA_CHECK_VERSION(0,32,0) |
|
164 |
pic_param->sequence_fields.bits.profile = v->profile; |
|
165 |
#endif |
|
163 | 166 |
pic_param->coded_width = s->avctx->coded_width; |
164 | 167 |
pic_param->coded_height = s->avctx->coded_height; |
165 | 168 |
pic_param->entrypoint_fields.value = 0; /* reset all bits */ |
Also available in: Unified diff