]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8.c
fate/hlsenc: rework the ffprobe dependency of hls-fmp4_ac3
[ffmpeg] / libavcodec / vp8.c
index 94409697281cc090e6f4b2e93bd444ed935d339f..5fa7971f8fb3c23a998a6d1a40e344d510c412b0 100644 (file)
@@ -2966,7 +2966,7 @@ AVCodec ff_vp8_decoder = {
                              AV_CODEC_CAP_SLICE_THREADS,
     .flush                 = vp8_decode_flush,
     .update_thread_context = ONLY_IF_THREADS_ENABLED(vp8_decode_update_thread_context),
-    .hw_configs            = (const AVCodecHWConfigInternal*[]) {
+    .hw_configs            = (const AVCodecHWConfigInternal *const []) {
 #if CONFIG_VP8_VAAPI_HWACCEL
                                HWACCEL_VAAPI(vp8),
 #endif