parser high level class implementation (#10)

* rocDecode api defintions added for decoder and parser

* addressed review comments and changed struct names to CamelCase

* minot reformatting

* parser high level class implementation
Bu işleme şunda yer alıyor:
Rajy Rawther
2023-09-27 12:14:28 -07:00
işlemeyi yapan: GitHub
ebeveyn c89ba67f92
işleme 0a991c1776
11 değiştirilmiş dosya ile 316 ekleme ve 44 silme
+2 -1
Dosyayı Görüntüle
@@ -62,7 +62,8 @@ typedef enum rocDecStatus_enum{
ROCDEC_OUTOF_MEMORY = -4,
ROCDEC_INVALID_PARAMETER = -5,
ROCDEC_NOT_IMPLEMENTED = -6,
ROCDEC_NOT_SUPPORTED = -7,
ROCDEC_NOT_INITIALIZED = -7,
ROCDEC_NOT_SUPPORTED = -8,
ROCDEC_SUCCESS = 0,
}rocDecStatus;