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/thp.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/thp.c')
-rw-r--r-- | libavformat/thp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/thp.c b/libavformat/thp.c index 2b7533c6e2..f1cc8ae26b 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -21,7 +21,6 @@ #include "avformat.h" -#include "allformats.h" typedef struct ThpDemuxContext { int version; |