Add initialization of the roc_decoder member variable in the DecHandle class constructor. (#13)

Этот коммит содержится в:
Aryan Salmanpour
2023-10-13 15:53:35 -04:00
коммит произвёл GitHub
родитель 8bab60ee0f
Коммит e5dec6dff4
3 изменённых файлов: 13 добавлений и 3 удалений
+1 -1
Просмотреть файл
@@ -36,7 +36,7 @@ THE SOFTWARE.
class RocDecoder {
public:
RocDecoder(int device_id, int num_devices);
RocDecoder(int device_id = 0);
~RocDecoder();
rocDecStatus getDecoderCaps(RocdecDecodeCaps *pdc);
rocDecStatus decodeFrame(RocdecPicParams *pPicParams);