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
7338d368
Commit
7338d368
authored
Dec 01, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
succes --> success typo
Originally committed as revision 11120 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
892a4c2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
avcodec.h
libavcodec/avcodec.h
+1
-1
avformat.h
libavformat/avformat.h
+1
-1
No files found.
libavcodec/avcodec.h
View file @
7338d368
...
...
@@ -2676,7 +2676,7 @@ int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata,
* @param[in] samples the input buffer containing the samples
* The number of samples read from this buffer is frame_size*channels,
* both of which are defined in \p avctx.
* @return On error a negative value is returned, on succes zero or the number
* @return On error a negative value is returned, on succes
s
zero or the number
* of bytes used to encode the data read from the input buffer.
*/
int
avcodec_encode_audio
(
AVCodecContext
*
avctx
,
uint8_t
*
buf
,
int
buf_size
,
...
...
libavformat/avformat.h
View file @
7338d368
...
...
@@ -826,7 +826,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
* @endcode
* Returns the number of microseconds contained in a time interval
* with the specified duration or INT64_MIN if \p datestr cannot be
* succesfully parsed.
* succes
s
fully parsed.
* @param duration Flag which tells how to interpret \p datestr, if
* not zero \p datestr is interpreted as a duration, otherwise as a
* date.
...
...
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