remove the b_low_latency_ from the RocVideoDecoder class (#111)

[ROCm/rocdecode commit: e001d78859]
此提交包含在:
Aryan Salmanpour
2023-11-30 22:09:13 -05:00
提交者 GitHub
父節點 10545bcd94
當前提交 88dd09c011
共有 7 個檔案被更改,包括 10 行新增14 行删除
+1 -1
查看文件
@@ -158,7 +158,7 @@ int main(int argc, char **argv) {
multi_file_data.pop_front();
VideoDemuxer demuxer(file_data.in_file.c_str());
rocDecVideoCodec rocdec_codec_id = AVCodec2RocDecVideoCodec(demuxer.GetCodecID());
RocVideoDecoder viddec(device_id, file_data.mem_type, rocdec_codec_id, false, file_data.b_force_zero_latency, file_data.p_crop_rect, file_data.b_extract_sei_messages);
RocVideoDecoder viddec(device_id, file_data.mem_type, rocdec_codec_id, file_data.b_force_zero_latency, file_data.p_crop_rect, file_data.b_extract_sei_messages);
std::string device_name, gcn_arch_name;
int pci_bus_id, pci_domain_id, pci_device_id;