diff options
author | Diego Pettenò <flameeyes@gmail.com> | 2006-06-30 07:41:25 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-06-30 07:41:25 +0000 |
commit | e006c307fe98ebf76b7f7f41430b299ec5cb72c7 (patch) | |
tree | 99169f563cf8be6d0136f2749dbc1ea78b45c516 /libavformat/wav.c | |
parent | f2508b1712b82827e69032fc5e53c4458a4f5ccd (diff) | |
download | ffmpeg-e006c307fe98ebf76b7f7f41430b299ec5cb72c7.tar.gz |
Move initialisations and internal symbols in allformats.h,
patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 2:07 AM
Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h
Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r-- | libavformat/wav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index b53cee133a..8bf21ad716 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" +#include "allformats.h" #include "avi.h" const CodecTag codec_wav_tags[] = { |