Skip to content

Commit

Permalink
FFmpeg: убран кастомный код для VP9, который стал вызывать падение пл…
Browse files Browse the repository at this point in the history
…еера при перемотке после обновления FFmpeg (commit ea65a80).
  • Loading branch information
v0lt committed Apr 20, 2024
1 parent 5de879c commit b8f0a0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ExtLib/ffmpeg/libavcodec/vp9.c
Original file line number Diff line number Diff line change
Expand Up @@ -1766,10 +1766,6 @@ static void vp9_decode_flush(AVCodecContext *avctx)

if (FF_HW_HAS_CB(avctx, flush))
FF_HW_SIMPLE_CALL(avctx, flush);
// ==> Start patch MPC
for (i = 0; i < FF_ARRAY_ELEMS(s->next_refs); i++)
ff_thread_release_ext_buffer(&s->next_refs[i]);
// ==> End patch MPC
}

static av_cold int vp9_decode_init(AVCodecContext *avctx)
Expand Down

0 comments on commit b8f0a0e

Please sign in to comment.