comparison avformat.h @ 1287:eb0a8abb507c libavformat

remove redundant declarations
author mru
date Sat, 02 Sep 2006 23:10:28 +0000
parents b5226e679a31
children 6db39fb15d60
comparison
equal deleted inserted replaced
1286:8b423c6ae233 1287:eb0a8abb507c
405 405
406 #include "rtp.h" 406 #include "rtp.h"
407 407
408 #include "rtsp.h" 408 #include "rtsp.h"
409 409
410 /* yuv4mpeg.c */
411 extern AVOutputFormat yuv4mpegpipe_muxer;
412
413 /* utils.c */ 410 /* utils.c */
414 void av_register_input_format(AVInputFormat *format); 411 void av_register_input_format(AVInputFormat *format);
415 void av_register_output_format(AVOutputFormat *format); 412 void av_register_output_format(AVOutputFormat *format);
416 AVOutputFormat *guess_stream_format(const char *short_name, 413 AVOutputFormat *guess_stream_format(const char *short_name,
417 const char *filename, const char *mime_type); 414 const char *filename, const char *mime_type);