sequence callback function (#25)

* seq callback function

* bug fix

* changing some params for callback

* review comments

* switch case

* fixing minor border cases

[ROCm/rocdecode commit: 47ede638a3]
This commit is contained in:
Lakshmi Kumar
2023-10-27 06:11:00 -07:00
committed by GitHub
parent b713923621
commit cae878ccd4
3 changed files with 93 additions and 2 deletions
@@ -819,4 +819,7 @@ private:
* \return Returns pointer to the allocated memory for <tt>SliceHeaderData</tt>
*/
SliceHeaderData* AllocSliceHeader();
// functions to fill structures for callback functions
void FillSeqCallbackFn(SpsData* sps_data);
};