diff wav.c @ 1142:e3a585883bbd libavformat

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
author gpoirier
date Fri, 30 Jun 2006 07:41:25 +0000
parents d65cd7c3573e
children 02e10bcc0e0d
line wrap: on
line diff
--- a/wav.c	Thu Jun 29 19:42:34 2006 +0000
+++ b/wav.c	Fri Jun 30 07:41:25 2006 +0000
@@ -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[] = {