mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
give AVInput/OutputFormat structs consistent names
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user