Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7b116a94
Commit
7b116a94
authored
Oct 20, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples/decoding_encoding: fix misc typos in the usage text
parent
8c4753f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
decoding_encoding.c
doc/examples/decoding_encoding.c
+2
-2
No files found.
doc/examples/decoding_encoding.c
View file @
7b116a94
...
@@ -625,8 +625,8 @@ int main(int argc, char **argv)
...
@@ -625,8 +625,8 @@ int main(int argc, char **argv)
"API example program to decode/encode a media stream with libavcodec.
\n
"
"API example program to decode/encode a media stream with libavcodec.
\n
"
"This program generates a synthetic stream and encodes it to a file
\n
"
"This program generates a synthetic stream and encodes it to a file
\n
"
"named test.h264, test.mp2 or test.mpg depending on output_type.
\n
"
"named test.h264, test.mp2 or test.mpg depending on output_type.
\n
"
"The encoded stream is then decoded and written to a raw data output
\n
.
"
"The encoded stream is then decoded and written to a raw data output
.
\n
"
"output_type must be choosen between 'h264', 'mp2', 'mpg'
\n
"
,
"output_type must be choosen between 'h264', 'mp2', 'mpg'
.
\n
"
,
argv
[
0
]);
argv
[
0
]);
return
1
;
return
1
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment