mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
69acc88b2f
commit
517ac2434b
@ -283,7 +283,7 @@ static int idcin_read_packet(AVFormatContext *s,
|
||||
|
||||
AVInputFormat idcin_demuxer = {
|
||||
"idcin",
|
||||
NULL_IF_CONFIG_SMALL("id CIN format"),
|
||||
NULL_IF_CONFIG_SMALL("id Cinematic format"),
|
||||
sizeof(IdcinDemuxContext),
|
||||
idcin_probe,
|
||||
idcin_read_header,
|
||||
|
@ -293,7 +293,7 @@ static int mmf_read_packet(AVFormatContext *s,
|
||||
#if CONFIG_MMF_DEMUXER
|
||||
AVInputFormat mmf_demuxer = {
|
||||
"mmf",
|
||||
NULL_IF_CONFIG_SMALL("mmf format"),
|
||||
NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
|
||||
sizeof(MMFContext),
|
||||
mmf_probe,
|
||||
mmf_read_header,
|
||||
@ -305,7 +305,7 @@ AVInputFormat mmf_demuxer = {
|
||||
#if CONFIG_MMF_MUXER
|
||||
AVOutputFormat mmf_muxer = {
|
||||
"mmf",
|
||||
NULL_IF_CONFIG_SMALL("mmf format"),
|
||||
NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
|
||||
"application/vnd.smaf",
|
||||
"mmf",
|
||||
sizeof(MMFContext),
|
||||
|
@ -753,7 +753,7 @@ static int nsv_probe(AVProbeData *p)
|
||||
|
||||
AVInputFormat nsv_demuxer = {
|
||||
"nsv",
|
||||
NULL_IF_CONFIG_SMALL("NullSoft Video format"),
|
||||
NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"),
|
||||
sizeof(NSVContext),
|
||||
nsv_probe,
|
||||
nsv_read_header,
|
||||
|
@ -828,7 +828,7 @@ static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
|
||||
|
||||
AVInputFormat rm_demuxer = {
|
||||
"rm",
|
||||
NULL_IF_CONFIG_SMALL("RM format"),
|
||||
NULL_IF_CONFIG_SMALL("RealMedia format"),
|
||||
sizeof(RMDemuxContext),
|
||||
rm_probe,
|
||||
rm_read_header,
|
||||
|
@ -451,7 +451,7 @@ static int rm_write_trailer(AVFormatContext *s)
|
||||
|
||||
AVOutputFormat rm_muxer = {
|
||||
"rm",
|
||||
NULL_IF_CONFIG_SMALL("RM format"),
|
||||
NULL_IF_CONFIG_SMALL("RealMedia format"),
|
||||
"application/vnd.rn-realmedia",
|
||||
"rm,ra",
|
||||
sizeof(RMMuxContext),
|
||||
|
@ -91,7 +91,7 @@ next_chunk:
|
||||
AVInputFormat txd_demuxer =
|
||||
{
|
||||
"txd",
|
||||
NULL_IF_CONFIG_SMALL("txd format"),
|
||||
NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"),
|
||||
0,
|
||||
txd_probe,
|
||||
txd_read_header,
|
||||
|
Loading…
Reference in New Issue
Block a user