Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
ff853343
Commit
ff853343
authored
Jul 23, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
parent
165e9df1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
mpegvideo.h
libavcodec/mpegvideo.h
+0
-3
No files found.
libavcodec/mpegvideo.h
View file @
ff853343
...
...
@@ -60,8 +60,6 @@ enum OutputFormat {
FMT_MJPEG
,
};
#define MPEG_BUF_SIZE (16 * 1024)
#define QMAT_SHIFT_MMX 16
#define QMAT_SHIFT 22
...
...
@@ -589,7 +587,6 @@ typedef struct MpegEncContext {
int
chroma_format
;
#define CHROMA_420 1
#define CHROMA_422 2
#define CHROMA_444 3
int
chroma_x_shift
;
//depend on pix_format, that depend on chroma_format
int
chroma_y_shift
;
...
...
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