Commit e67e02d1 authored by Anton Khirnov's avatar Anton Khirnov

lavf/avformat.h: drop the avcodec.h include

Since AVStream.codec is gone, avformat.h does not require anything from
avcodec.h.
parent ed728da3
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment