Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions vendor/intel/sfcsample/VDecAccelVA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ bool mvaccel::VDecAccelVAImpl::DecodePicture()
fwrite(gfx_surface_buf, file_size, 1, sfc_stream);
fclose(sfc_stream);
}
else {
printf("Fail to open sfc_sample_176_144_argb.yuv for writing\n");
}

//unlock surface and clear
unlock_surface(m_sfcIDs[0]);
Expand Down