mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-23 04:59:15 +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
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue