Add support for rocDecode APIs dispatch table (#462)

[ROCm/rocdecode commit: 3dfb669f57]
Cette révision appartient à :
Aryan Salmanpour
2024-11-27 16:14:30 -05:00
révisé par GitHub
Parent b7df2fb2b9
révision dfa22cbbe1
6 fichiers modifiés avec 362 ajouts et 3 suppressions
+2 -1
Voir le fichier
@@ -22,7 +22,7 @@ THE SOFTWARE.
#include "parser_handle.h"
#include "../commons.h"
namespace rocdecode {
/************************************************************************************************/
//! \ingroup FUNCTS
//! \fn rocParserStatus ROCDECAPI rocDecCreateVideoParser(RocdecVideoParser *parser_handle, RocdecParserParams *parser_params)
@@ -130,3 +130,4 @@ rocDecDestroyVideoParser(RocdecVideoParser parser_handle) {
delete roc_parser_handle;
return ret;
}
} //namespace rocdecode