comparison avformat.h @ 1167:d89d7ef290da libavformat

give AVInput/OutputFormat structs consistent names
author mru
date Sun, 09 Jul 2006 23:40:53 +0000
parents e3a585883bbd
children 8b53c0f3e7ad
comparison
equal deleted inserted replaced
1166:e89500dd9064 1167:d89d7ef290da
397 #include "rtp.h" 397 #include "rtp.h"
398 398
399 #include "rtsp.h" 399 #include "rtsp.h"
400 400
401 /* yuv4mpeg.c */ 401 /* yuv4mpeg.c */
402 extern AVOutputFormat yuv4mpegpipe_oformat; 402 extern AVOutputFormat yuv4mpegpipe_muxer;
403 403
404 /* utils.c */ 404 /* utils.c */
405 void av_register_input_format(AVInputFormat *format); 405 void av_register_input_format(AVInputFormat *format);
406 void av_register_output_format(AVOutputFormat *format); 406 void av_register_output_format(AVOutputFormat *format);
407 AVOutputFormat *guess_stream_format(const char *short_name, 407 AVOutputFormat *guess_stream_format(const char *short_name,