Просмотр исходного кода

Merge pull request #5126 from lioncash/deprecated

codec: Remove deprecated usage of AVCodecContext::refcounted_frames
bunnei 5 лет назад
Родитель
Сommit
1c8de85045
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/video_core/command_classes/codecs/codec.cpp

+ 0 - 1
src/video_core/command_classes/codecs/codec.cpp

@@ -67,7 +67,6 @@ void Codec::Decode() {
         }
         }
 
 
         av_codec_ctx = avcodec_alloc_context3(av_codec);
         av_codec_ctx = avcodec_alloc_context3(av_codec);
-        av_codec_ctx->refcounted_frames = 1;
         av_opt_set(av_codec_ctx->priv_data, "tune", "zerolatency", 0);
         av_opt_set(av_codec_ctx->priv_data, "tune", "zerolatency", 0);
 
 
         // TODO(ameerj): libavcodec gpu hw acceleration
         // TODO(ameerj): libavcodec gpu hw acceleration