Added bitstream validation code for HEVC parser (#450)

* fix for while loop hang

* fix for while loop hang

* add more data validation code in parser

* minor change

* addressed review comments

* fix conformance failures with new code

* added more checks
Этот коммит содержится в:
Rajy Rawther
2024-11-11 14:33:17 -08:00
коммит произвёл GitHub
родитель 8e1cb24851
Коммит 69ec7af8bd
4 изменённых файлов: 47 добавлений и 9 удалений
+1
Просмотреть файл
@@ -35,6 +35,7 @@ extern int scaling_list_default_1_2[2][6][64];
//size_id = 3
extern int scaling_list_default_3[1][2][64];
class HevcVideoParser : public RocVideoParser {
public: