Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
51fa6538
Commit
51fa6538
authored
Sep 13, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples/decoding_encoding: clarify operations in the usage message
parent
bcf93f78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
decoding_encoding.c
doc/examples/decoding_encoding.c
+3
-0
No files found.
doc/examples/decoding_encoding.c
View file @
51fa6538
...
...
@@ -608,6 +608,9 @@ int main(int argc, char **argv)
if
(
argc
<
2
)
{
printf
(
"usage: %s output_type
\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
"
"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
."
"output_type must be choosen between 'h264', 'mp2', 'mpg'
\n
"
,
argv
[
0
]);
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