Commit f79d009b authored by Anton Khirnov's avatar Anton Khirnov

lavf/framecrcenc: avoid avcodec.h dependency

parent 239b7d2e
......@@ -22,7 +22,11 @@
#include <inttypes.h>
#include "libavutil/adler32.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/codec_id.h"
#include "libavcodec/codec_par.h"
#include "libavcodec/packet.h"
#include "avformat.h"
#include "internal.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