Commit f74090d3 authored by diego's avatar diego

#include correct header to fix 'make checkheaders'.

AVCodecTag is declared in riff.h, not avformat.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19915 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39b23b1b
......@@ -27,7 +27,7 @@
#ifndef AVFORMAT_CAF_H
#define AVFORMAT_CAF_H
#include "avformat.h"
#include "riff.h"
extern const AVCodecTag ff_codec_caf_tags[];
......
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