Bug fix - videoToSequence sample (#514)

* rocm version check for targets

* fix sample

* cmake merge with develop

* address reciew comments

* comment update

[ROCm/rocdecode commit: e9f9aa9f58]
This commit is contained in:
Lakshmi Kumar
2025-02-19 14:19:49 -08:00
committed by GitHub
parent 4ac1b8dd67
commit 5724fb0b1c
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ int ReconfigureFlushCallback(void *p_viddec_obj, uint32_t flush_mode, void *p_us
}
// release and flush frame
viddec->ReleaseFrame(pts, true);
n_frames_flushed ++;
n_frames_flushed++;
}
return n_frames_flushed;