mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-06 12:07:18 +00:00
cosmetics: format long_name spelling fixes
Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5f401ee03c
commit
69acc88b2f
@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormatContext *s)
|
|||||||
|
|
||||||
AVOutputFormat mpjpeg_muxer = {
|
AVOutputFormat mpjpeg_muxer = {
|
||||||
"mpjpeg",
|
"mpjpeg",
|
||||||
NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"),
|
NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
|
||||||
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
|
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
|
||||||
"mjpg",
|
"mjpg",
|
||||||
0,
|
0,
|
||||||
|
@ -289,7 +289,7 @@ static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
|
|||||||
|
|
||||||
AVInputFormat rl2_demuxer = {
|
AVInputFormat rl2_demuxer = {
|
||||||
"rl2",
|
"rl2",
|
||||||
NULL_IF_CONFIG_SMALL("rl2 format"),
|
NULL_IF_CONFIG_SMALL("RL2 format"),
|
||||||
sizeof(Rl2DemuxContext),
|
sizeof(Rl2DemuxContext),
|
||||||
rl2_probe,
|
rl2_probe,
|
||||||
rl2_read_header,
|
rl2_read_header,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user