HEVC: Added bit depth change support in decoder reconfiguration. (#527)
* * rocDecode/HEVC: Added bit depth change support in decoder reconfiguration. * * rocDecode/HEVC: Removed a comment line. * * rocDecode/HEVC: Updated change log. * * rocDecode/HEVC: Used the reserved space in RocdecReconfigureDecoderInfo structure for bit_depth_minus_8 field to be backward compatible. Added bit depth to the new sequence file name when we dump output in decoder reconfiguration case. * * rocDecode/HEVC: Added bit depth change support in decoder reconfiguration. * * rocDecode/HEVC: Removed a comment line. * * rocDecode/HEVC: Updated change log. * * rocDecode/HEVC: Used the reserved space in RocdecReconfigureDecoderInfo structure for bit_depth_minus_8 field to be backward compatible. Added bit depth to the new sequence file name when we dump output in decoder reconfiguration case. * * rocDecode/HEVC: Changes based on review comments. * * rocDecode: Fixed a bug related to 422 surface format assignment. * * rocDecode: Fixed build warnings with some sample apps.
This commit is contained in:
@@ -36,7 +36,7 @@ extern "C" {
|
||||
/* NOTE: Match version with CMakeLists.txt */
|
||||
#define ROCDECODE_MAJOR_VERSION 0
|
||||
#define ROCDECODE_MINOR_VERSION 11
|
||||
#define ROCDECODE_MICRO_VERSION 0
|
||||
#define ROCDECODE_MICRO_VERSION 1
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user