CMake config - updates and fixes (#532)

* CMake Config - updates and fixes

* Version - Updates

* Changelog - updates

* Update CHANGELOG.md

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

---------

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

[ROCm/rocdecode commit: 6b026af151]
This commit is contained in:
Kiriti Gowda
2025-03-17 11:38:01 -05:00
committed by GitHub
parent 68dee64275
commit 26a67fb210
34 changed files with 154 additions and 150 deletions
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include <memory>
#include <string>
#include "roc_bitstream_reader.h"
#include "rocdecode/roc_bitstream_reader.h"
#include "es_reader.h"
class RocBitstreamReaderHandle {
@@ -25,7 +25,7 @@ THE SOFTWARE.
#include <iostream>
#include <fstream>
#include <vector>
#include "rocdecode.h"
#include "rocdecode/rocdecode.h"
#define BS_RING_SIZE (16 * 1024 * 1024)
#define INIT_PIC_DATA_SIZE (2 * 1024 * 1024)