avviddec: change AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 13 Feb 2023 22:02:01 +0000 (17:02 -0500)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 15 Feb 2023 03:53:36 +0000 (03:53 +0000)
commitcde31d23c071ee93fae96331805f696856084254
tree788ecf2aa620d238752bde2d7889d6bbc1936a75
parentb46360896ce1e70f9d756373e8dacfa84bbe5f8f
avviddec: change AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS

This fixes a compile error with recent upstream FFmpeg.

The AV_CODEC_CAP_AUTO_THREADS was deprecated and renamed to
AV_CODEC_CAP_OTHER_THREADS in FFmpeg upstream commit
7d09579190de (lavc 58.132.100).

The AV_CODEC_CAP_AUTO_THREADS was finally removed in FFmpeg upstream
commit 10c9a0874cb3 (lavc 59.63.100).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3964>
subprojects/gst-libav/ext/libav/gstavviddec.c