mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
v4l2slvp8dec: Copy header version
This field was not copied. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1245>
This commit is contained in:
parent
8c56822936
commit
11c62eb015
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ gst_v4l2_codec_vp8_dec_fill_frame_header (GstV4l2CodecVp8Dec * self,
|
|||
.horizontal_scale = frame_hdr->horiz_scale_code,
|
||||
.vertical_scale = frame_hdr->vert_scale_code,
|
||||
|
||||
.version = frame_hdr->version,
|
||||
.prob_skip_false = frame_hdr->prob_skip_false,
|
||||
.prob_intra = frame_hdr->prob_intra,
|
||||
.prob_last = frame_hdr->prob_last,
|
||||
|
|
Loading…
Reference in a new issue