give AVInput/OutputFormat structs consistent names

Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-07-09 23:40:53 +00:00
parent 21227514de
commit d2a067d1d9
72 changed files with 299 additions and 299 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ static int mpegts_write_end(AVFormatContext *s)
return 0;
}
AVOutputFormat mpegts_mux = {
AVOutputFormat mpegts_muxer = {
"mpegts",
"MPEG2 transport stream format",
"video/x-mpegts",