From 0e176c3eb54ecc4504920347e9727f1d8b5657ef Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 2 Sep 2006 23:10:28 +0000 Subject: remove redundant declarations Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nut.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/nut.c') 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]; -- cgit v1.2.3