mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
vtdec: Fix compilation
This commit is contained in:
parent
e653068bc2
commit
de9b0be86d
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ gst_vtdec_set_latency (GstVtdec * vtdec)
|
|||
return;
|
||||
}
|
||||
|
||||
duration = gst_util_uint64_scale (GST_SECOND,
|
||||
frame_duration = gst_util_uint64_scale (GST_SECOND,
|
||||
vtdec->video_info.fps_d, vtdec->video_info.fps_n);
|
||||
latency = frame_duration * vtdec->reorder_queue_length;
|
||||
|
||||
|
|
Loading…
Reference in a new issue