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
1 changed files with 1 additions and 0 deletions

View File

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