comparison src/ffmpeg/libavformat/avformat.h @ 814:2eaaa3aa182b trunk

[svn] - make the whole thing compile. runtime linking is another story.
author nenolod
date Mon, 12 Mar 2007 13:00:06 -0700
parents e8776388b02a
children a35b692388f6
comparison
equal deleted inserted replaced
813:1d03ded97d44 814:2eaaa3aa182b
422 extern AVImageFormat *first_image_format attribute_deprecated; 422 extern AVImageFormat *first_image_format attribute_deprecated;
423 423
424 /* XXX: use automatic init with either ELF sections or C file parser */ 424 /* XXX: use automatic init with either ELF sections or C file parser */
425 /* modules */ 425 /* modules */
426 426
427 #include "rtp.h"
428
429 #include "rtsp.h"
430
431 /* utils.c */ 427 /* utils.c */
432 void av_register_input_format(AVInputFormat *format); 428 void av_register_input_format(AVInputFormat *format);
433 void av_register_output_format(AVOutputFormat *format); 429 void av_register_output_format(AVOutputFormat *format);
434 AVOutputFormat *guess_stream_format(const char *short_name, 430 AVOutputFormat *guess_stream_format(const char *short_name,
435 const char *filename, const char *mime_type); 431 const char *filename, const char *mime_type);