1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

ao_lavc: fix warning: ISO C forbids forward references to 'enum' types

This commit is contained in:
nanahi 2024-03-08 02:50:08 -05:00 committed by Kacper Michajłow
parent a6f8d1d961
commit e9f966595c

View File

@ -26,6 +26,7 @@
#include <limits.h>
#include <libavutil/common.h>
#include <libavutil/samplefmt.h>
#include "config.h"
#include "options/options.h"