Add initialization of the roc_decoder member variable in the DecHandle class constructor. (#13)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8bab60ee0f
Коммит
e5dec6dff4
@@ -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);
|
||||
|
||||
Ссылка в новой задаче
Block a user