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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user