diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-16 23:00:44 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-16 23:00:44 +0000 |
commit | 6369638bf0440b10cb9c545e6f7a8903b683c21f (patch) | |
tree | 44de3be302967fd52e79e1771b4b45d41dd2f81f /libavformat/riff.c | |
parent | 84a72b167526dd645ff68046ae3233b108cb8679 (diff) | |
download | ffmpeg-6369638bf0440b10cb9c545e6f7a8903b683c21f.tar.gz |
loosen dependencies over allformats.h
Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 4ad732daba..bcc19b272c 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -22,7 +22,6 @@ #include "avformat.h" #include "avcodec.h" #include "riff.h" -#include "allformats.h" // for asf_muxer /* Note: when encoding, the first matching tag is used, so order is important if multiple tags possible for a given codec. */ |