diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-12 21:27:32 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-12 21:27:32 +0000 |
commit | 6fe706df05a2e4983cdf1a8122c33361671c48a9 (patch) | |
tree | 58f16d8ee39d9003d157d0578913b7877a86c966 | |
parent | 0aec30c58d9a12f190a81a1bd6827c18dca19bbd (diff) | |
download | ffmpeg-6fe706df05a2e4983cdf1a8122c33361671c48a9.tar.gz |
Remove unused declarations
Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 8 |
1 files changed, 0 insertions, 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" |