1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavc/dolby_e_parser: #include avcodec.h explicitly

This file uses definitions from it, but relies on an indirect include
through get_bits.h
This commit is contained in:
Anton Khirnov
2021-05-21 18:19:39 +02:00
parent 9dbdabe0e0
commit 93822dacb9

View File

@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "dolby_e.h"
#include "get_bits.h"
#include "put_bits.h"