Fix a build error in videodecode sample (#119)

[ROCm/rocdecode commit: f008b52403]
Tento commit je obsažen v:
Aryan Salmanpour
2023-12-05 12:01:17 -05:00
odevzdal GitHub
rodič 409d6efa2a
revize 24dc12e75e
+1 -1
Zobrazit soubor
@@ -210,7 +210,7 @@ int main(int argc, char **argv) {
std::cout << "info: Total frame decoded: " << n_frame << std::endl;
if (!dump_output_frames) {
std::cout << "info: avg decoding time per frame: " << total_dec_time / n_frame << << " ms" <<std::endl;
std::cout << "info: avg decoding time per frame: " << total_dec_time / n_frame << " ms" <<std::endl;
std::cout << "info: avg FPS: " << (n_frame / total_dec_time) * 1000 << std::endl;
}
if (b_generate_md5) {