remove redundant declarations

Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-09-02 23:10:28 +00:00
parent 6243da0d50
commit 0e176c3eb5
9 changed files with 0 additions and 17 deletions

View File

@@ -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);