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
6b1f93fa
Commit
6b1f93fa
authored
Oct 17, 2011
by
Dustin Brody
Committed by
Anton Khirnov
Oct 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
204e6132
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
avcodec.h
libavcodec/avcodec.h
+4
-4
No files found.
libavcodec/avcodec.h
View file @
6b1f93fa
...
...
@@ -2910,10 +2910,10 @@ typedef struct AVCodecContext {
* - decoding: Set by user.
*/
int
err_recognition
;
#define AV_E
R_CRCCHECK
(1<<0)
#define AV_E
R_BITSTREAM
(1<<1)
#define AV_E
R_AGGRESSIVE
(1<<2)
#define AV_E
R_EXPLODE
(1<<3)
#define AV_E
F_CRCCHECK
(1<<0)
#define AV_E
F_BITSTREAM
(1<<1)
#define AV_E
F_BUFFER
(1<<2)
#define AV_E
F_EXPLODE
(1<<3)
}
AVCodecContext
;
/**
...
...
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