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

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"