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
91fd7398
Commit
91fd7398
authored
Dec 21, 2007
by
Ivo van Poorten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo ;)
Originally committed as revision 11287 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1308f273
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
avcodec.h
libavcodec/avcodec.h
+2
-2
avformat.h
libavformat/avformat.h
+3
-3
avio.h
libavformat/avio.h
+2
-2
No files found.
libavcodec/avcodec.h
View file @
91fd7398
...
...
@@ -747,7 +747,7 @@ typedef struct AVPanScan{
* Audio Video Frame.
* New fields can be added to the end of FF_COMMON_FRAME with minor version
* bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump. No fields should be added into AVFrame before or after
* FF_COMMON_FRAME!
* sizeof(AVFrame) must not be used outside libav*
...
...
@@ -761,7 +761,7 @@ typedef struct AVFrame {
/**
* main external API structure.
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(AVCodecContext) must not be used outside libav*
*/
...
...
libavformat/avformat.h
View file @
91fd7398
...
...
@@ -272,7 +272,7 @@ typedef struct AVIndexEntry {
/**
* Stream structure.
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(AVStream) must not be used outside libav*
*/
...
...
@@ -353,7 +353,7 @@ typedef struct AVStream {
/**
*
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(AVProgram) must not be used outside libav*
*/
...
...
@@ -375,7 +375,7 @@ typedef struct AVProgram {
/**
* format I/O context.
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(AVFormatContext) must not be used outside libav*
*/
...
...
libavformat/avio.h
View file @
91fd7398
...
...
@@ -32,7 +32,7 @@ typedef int64_t offset_t;
/**
* URL Context.
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(URLContext) must not be used outside libav*
*/
...
...
@@ -145,7 +145,7 @@ int register_protocol(URLProtocol *protocol);
/**
* Bytestream IO Context.
* New fields can be added to the end with minor version bumps.
* Remov
i
al, reordering and changes to existing fields require a Major
* Removal, reordering and changes to existing fields require a Major
* version bump.
* sizeof(ByteIOContext) must not be used outside libav*
*/
...
...
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