mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 01:42:20 +00: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:
parent
9dbdabe0e0
commit
93822dacb9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user