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 = {
|
AVInputFormat idcin_demuxer = {
|
||||||
"idcin",
|
"idcin",
|
||||||
NULL_IF_CONFIG_SMALL("id CIN format"),
|
NULL_IF_CONFIG_SMALL("id Cinematic format"),
|
||||||
sizeof(IdcinDemuxContext),
|
sizeof(IdcinDemuxContext),
|
||||||
idcin_probe,
|
idcin_probe,
|
||||||
idcin_read_header,
|
idcin_read_header,
|
||||||
|
@ -293,7 +293,7 @@ static int mmf_read_packet(AVFormatContext *s,
|
|||||||
#if CONFIG_MMF_DEMUXER
|
#if CONFIG_MMF_DEMUXER
|
||||||
AVInputFormat mmf_demuxer = {
|
AVInputFormat mmf_demuxer = {
|
||||||
"mmf",
|
"mmf",
|
||||||
NULL_IF_CONFIG_SMALL("mmf format"),
|
NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
|
||||||
sizeof(MMFContext),
|
sizeof(MMFContext),
|
||||||
mmf_probe,
|
mmf_probe,
|
||||||
mmf_read_header,
|
mmf_read_header,
|
||||||
@ -305,7 +305,7 @@ AVInputFormat mmf_demuxer = {
|
|||||||
#if CONFIG_MMF_MUXER
|
#if CONFIG_MMF_MUXER
|
||||||
AVOutputFormat mmf_muxer = {
|
AVOutputFormat mmf_muxer = {
|
||||||
"mmf",
|
"mmf",
|
||||||
NULL_IF_CONFIG_SMALL("mmf format"),
|
NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
|
||||||
"application/vnd.smaf",
|
"application/vnd.smaf",
|
||||||
"mmf",
|
"mmf",
|
||||||
sizeof(MMFContext),
|
sizeof(MMFContext),
|
||||||
|
@ -753,7 +753,7 @@ static int nsv_probe(AVProbeData *p)
|
|||||||
|
|
||||||
AVInputFormat nsv_demuxer = {
|
AVInputFormat nsv_demuxer = {
|
||||||
"nsv",
|
"nsv",
|
||||||
NULL_IF_CONFIG_SMALL("NullSoft Video format"),
|
NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"),
|
||||||
sizeof(NSVContext),
|
sizeof(NSVContext),
|
||||||
nsv_probe,
|
nsv_probe,
|
||||||
nsv_read_header,
|
nsv_read_header,
|
||||||
|
@ -828,7 +828,7 @@ static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
|
|||||||
|
|
||||||
AVInputFormat rm_demuxer = {
|
AVInputFormat rm_demuxer = {
|
||||||
"rm",
|
"rm",
|
||||||
NULL_IF_CONFIG_SMALL("RM format"),
|
NULL_IF_CONFIG_SMALL("RealMedia format"),
|
||||||
sizeof(RMDemuxContext),
|
sizeof(RMDemuxContext),
|
||||||
rm_probe,
|
rm_probe,
|
||||||
rm_read_header,
|
rm_read_header,
|
||||||
|
@ -451,7 +451,7 @@ static int rm_write_trailer(AVFormatContext *s)
|
|||||||
|
|
||||||
AVOutputFormat rm_muxer = {
|
AVOutputFormat rm_muxer = {
|
||||||
"rm",
|
"rm",
|
||||||
NULL_IF_CONFIG_SMALL("RM format"),
|
NULL_IF_CONFIG_SMALL("RealMedia format"),
|
||||||
"application/vnd.rn-realmedia",
|
"application/vnd.rn-realmedia",
|
||||||
"rm,ra",
|
"rm,ra",
|
||||||
sizeof(RMMuxContext),
|
sizeof(RMMuxContext),
|
||||||
|
@ -91,7 +91,7 @@ next_chunk:
|
|||||||
AVInputFormat txd_demuxer =
|
AVInputFormat txd_demuxer =
|
||||||
{
|
{
|
||||||
"txd",
|
"txd",
|
||||||
NULL_IF_CONFIG_SMALL("txd format"),
|
NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"),
|
||||||
0,
|
0,
|
||||||
txd_probe,
|
txd_probe,
|
||||||
txd_read_header,
|
txd_read_header,
|
||||||
|
Loading…
Reference in New Issue
Block a user