mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00:00
lavf/avformat.h: drop the avcodec.h include
Since AVStream.codec is gone, avformat.h does not require anything from avcodec.h.
This commit is contained in:
parent
ed728da3af
commit
e67e02d156
@ -309,7 +309,12 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <stdio.h> /* FILE */
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#include "libavcodec/codec.h"
|
||||
#include "libavcodec/codec_par.h"
|
||||
#include "libavcodec/defs.h"
|
||||
#include "libavcodec/packet.h"
|
||||
|
||||
#include "libavutil/dict.h"
|
||||
#include "libavutil/log.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user