iter27: remove request_log diag (VAAPI reports 0; rkvdec doesn't use field)

This commit is contained in:
2026-05-14 10:23:23 +00:00
parent 719d813f4a
commit c9bfa21425
+8 -2
View File
@@ -399,9 +399,15 @@ static void h265_fill_slice_params(VAPictureParameterBufferHEVC *picture,
* Comment "iter2 doesn't do tiles" was inaccurate: WPP isn't tiles
* but uses the same entry_point_offsets mechanism.
*/
/*
* iter27 diagnostic: VAAPI ffmpeg-vaapi front-end reports
* slice->num_entry_point_offsets = 0 for all slices even on WPP
* streams (ffmpeg-vaapi doesn't parse this). Kernel rkvdec_hevc
* doesn't reference num_entry_point_offsets either, so this field
* is harmless either way. Leaving the VAAPI propagation in place
* for future when ffmpeg-vaapi may populate it.
*/
slice_params->num_entry_point_offsets = slice->num_entry_point_offsets;
request_log("iter27diag: slice %p num_entry_point_offsets=%u\n",
(void *)slice, (unsigned)slice->num_entry_point_offsets);
slice_params->nal_unit_type = nal_unit_type;
slice_params->nuh_temporal_id_plus1 = nuh_temporal_id_plus1;