Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a412a03b
Commit
a412a03b
authored
21 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
remove incorect motion estimation table
Originally committed as revision 2747 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8a1f657b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/avcodec.h
+1
-7
1 addition, 7 deletions
libavcodec/avcodec.h
with
1 addition
and
7 deletions
libavcodec/avcodec.h
+
1
−
7
View file @
a412a03b
...
...
@@ -17,7 +17,7 @@ extern "C" {
#define FFMPEG_VERSION_INT 0x000408
#define FFMPEG_VERSION "0.4.8"
#define LIBAVCODEC_BUILD 470
0
#define LIBAVCODEC_BUILD 470
1
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
...
...
@@ -223,12 +223,6 @@ typedef struct RcOverride{
/* only for ME compatiblity with old apps */
extern
int
motion_estimation_method
;
/* ME algos sorted by quality */
//FIXME remove IMHO
static
const
__attribute__
((
unused
))
int
Motion_Est_QTab
[]
=
{
ME_ZERO
,
ME_PHODS
,
ME_LOG
,
ME_X1
,
ME_EPZS
,
ME_FULL
};
#define FF_MAX_B_FRAMES 8
/* encoding support
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment