diff 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
line wrap: on
line diff
--- a/avformat.h	Sun Jul 09 10:33:49 2006 +0000
+++ b/avformat.h	Sun Jul 09 23:40:53 2006 +0000
@@ -399,7 +399,7 @@
 #include "rtsp.h"
 
 /* yuv4mpeg.c */
-extern AVOutputFormat yuv4mpegpipe_oformat;
+extern AVOutputFormat yuv4mpegpipe_muxer;
 
 /* utils.c */
 void av_register_input_format(AVInputFormat *format);