mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 02:17:45 +00:00
Rename ffserver to avserver.
This commit is contained in:
parent
9e12f0bf5f
commit
4d58e4cb4c
16 changed files with 102 additions and 102 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* FFM (ffserver live feed) muxer
|
||||
* FFM (avserver live feed) muxer
|
||||
* Copyright (c) 2001 Fabrice Bellard
|
||||
*
|
||||
* This file is part of Libav.
|
||||
|
@ -242,7 +242,7 @@ static int ffm_write_trailer(AVFormatContext *s)
|
|||
|
||||
AVOutputFormat ff_ffm_muxer = {
|
||||
.name = "ffm",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FFM (AVserver live feed) format"),
|
||||
.mime_type = "",
|
||||
.extensions = "ffm",
|
||||
.priv_data_size = sizeof(FFMContext),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue