summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
commit0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch)
tree37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavformat
parent6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff)
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/allformats.h3
-rw-r--r--libavformat/avformat.h3
-rw-r--r--libavformat/nut.c2
3 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 946519ed71..e93a1e22a0 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -34,7 +34,6 @@ extern AVOutputFormat flv_muxer;
extern AVOutputFormat gif_muxer;
extern AVInputFormat gif_demuxer;
extern AVInputFormat video_grab_device_demuxer;
-extern AVInputFormat video_grab_device_demuxer;
extern AVInputFormat gxf_demuxer;
extern AVOutputFormat gxf_muxer;
extern AVInputFormat idcin_demuxer;
@@ -120,8 +119,6 @@ extern AVOutputFormat rawvideo_muxer;
extern AVOutputFormat null_muxer;
extern AVInputFormat rm_demuxer;
extern AVOutputFormat rm_muxer;
-extern AVOutputFormat rtp_muxer;
-extern AVInputFormat rtsp_demuxer;
extern AVInputFormat sdp_demuxer;
extern AVInputFormat redir_demuxer;
extern AVInputFormat segafilm_demuxer;
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 27cddaa10a..0429701b21 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -407,9 +407,6 @@ extern AVImageFormat *first_image_format attribute_deprecated;
#include "rtsp.h"
-/* yuv4mpeg.c */
-extern AVOutputFormat yuv4mpegpipe_muxer;
-
/* utils.c */
void av_register_input_format(AVInputFormat *format);
void av_register_output_format(AVOutputFormat *format);
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 6f78596e36..ced4f3c1ac 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -112,8 +112,6 @@ static char *info_table[][2]={
{"Cover" , "PNG"},
};
-void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);
-
static void update(NUTContext *nut, int stream_index, int64_t frame_start, int frame_type, int frame_code, int key_frame, int size, int64_t pts){
StreamContext *stream= &nut->stream[stream_index];