You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking into the h264encode.c example where the VAConfigAttribEncMaxRefFrames attribute is used to retrieve the number
of maximum reference frames. When this attribute is supported the value is not checked against the num_ref_frames variable. What happens if num_ref_frames is larger than the value in the VAConfigAttribEncMaxRefFrames attribute? The num_ref_frames is used in the SPS.
The text was updated successfully, but these errors were encountered:
I'm looking into the h264encode.c example where the
VAConfigAttribEncMaxRefFrames
attribute is used to retrieve the numberof maximum reference frames. When this attribute is supported the value is not checked against the
num_ref_frames
variable. What happens ifnum_ref_frames
is larger than the value in theVAConfigAttribEncMaxRefFrames
attribute? Thenum_ref_frames
is used in the SPS.The text was updated successfully, but these errors were encountered: