AV1: Intra decode started to be up and running. (#372)

* * rocDecode/AV1: Added new sequence callback and submit decode calls.

* * rocDecode/AV1: Intra decode started to work.

* * rocDecode/AV1: Do not build PrintVaapiParams() in normal (non-debug) mode.
Este commit está contenido en:
jeffqjiangNew
2024-06-26 12:46:11 -04:00
cometido por GitHub
padre 7bf02a9606
commit 2be11821fc
Se han modificado 8 ficheros con 800 adiciones y 83 borrados
+1 -1
Ver fichero
@@ -26,7 +26,7 @@ RocVideoParser::RocVideoParser() {
pic_count_ = 0;
pic_width_ = 0;
pic_height_ = 0;
new_sps_activated_ = false;
new_seq_activated_ = false;
frame_rate_.numerator = 0;
frame_rate_.denominator = 0;