diff options
author | Francesco Lavra | 2010-05-22 16:01:32 +0000 |
---|---|---|
committer | Carl Eugen Hoyos | 2010-05-22 16:01:32 +0000 |
commit | 80b39e1ca6e4711e2094c1a0f20a188e8751c941 (patch) | |
tree | a9ed7551e0fe9c80dd62d2b76ec8bca156ad92b4 /libavformat/isom.h | |
parent | 83c27079089270a65e53394b7e6b4ae8b94a6e6d (diff) |
Move AVCodecTag from riff.h into internal.h.
Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 92997a7962..ccfbd16534 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -25,7 +25,7 @@ #define AVFORMAT_ISOM_H #include "avio.h" -#include "riff.h" +#include "internal.h" #include "dv.h" /* isom.c */ |