mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-26 05:08:04 +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 <time.h>
|
||||||
#include <stdio.h> /* FILE */
|
#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/dict.h"
|
||||||
#include "libavutil/log.h"
|
#include "libavutil/log.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user