From 6fe706df05a2e4983cdf1a8122c33361671c48a9 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 12 Jun 2007 21:27:32 +0000 Subject: [PATCH] Remove unused declarations Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e2449f5cda..e67da8bd6f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -829,14 +829,6 @@ int av_get_frame_filename(char *buf, int buf_size, */ int av_filename_number_test(const char *filename); -/* grab specific */ -int video_grab_init(void); -int audio_init(void); - -/* DV1394 */ -int dv1394_init(void); -int dc1394_init(void); - #ifdef HAVE_AV_CONFIG_H #include "os_support.h"