diff svq3.c @ 8080:847bcb16028a libavcodec

Add the function declaration of ff_svq1_packet_checksum to svq1.h and include svq1.h where this function is used. Fixes the warning: libavcodec/svq3.c:862: warning: implicit declaration of function ¡Æff_svq1_packet_checksum¡Ç
author diego
date Tue, 28 Oct 2008 23:11:59 +0000
parents 8179f22a569e
children f48a0ed93396
line wrap: on
line diff
--- a/svq3.c	Tue Oct 28 22:50:16 2008 +0000
+++ b/svq3.c	Tue Oct 28 23:11:59 2008 +0000
@@ -44,6 +44,8 @@
 #include <zlib.h>
 #endif
 
+#include "svq1.h"
+
 /**
  * @file svq3.c
  * svq3 decoder.