diff utils.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents db7d46749b55
children c226029c8df4
line wrap: on
line diff
--- a/utils.c	Mon Sep 10 22:48:42 2007 +0000
+++ b/utils.c	Tue Sep 11 09:27:46 2007 +0000
@@ -469,6 +469,7 @@
     /* XXX: suppress this hack for redirectors */
 #ifdef CONFIG_REDIR_DEMUXER
     if (fmt == &redir_demuxer) {
+        int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
         err = redir_open(ic_ptr, pb);
         url_fclose(pb);
         return err;