fix for build errors in ubuntu24.04 (#501)

[ROCm/rocdecode commit: 5ca75ec203]
Этот коммит содержится в:
Rajy Rawther
2025-01-29 05:40:06 -08:00
коммит произвёл GitHub
родитель c5bd77fec9
Коммит 89b657dc38
+1 -1
Просмотреть файл
@@ -232,7 +232,7 @@ class FFMpegVideoDecoder: public RocVideoDecoder {
AVCodecContext * dec_context_ = nullptr;
AVPixelFormat decoder_pixel_format_;
#if USE_AVCODEC_GREATER_THAN_58_134
const AVCodec *_decoder = nullptr;
const AVCodec *decoder_ = nullptr;
#else
AVCodec *decoder_ = nullptr;
#endif