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
3c054a1c
Commit
3c054a1c
authored
Aug 07, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed scan protos
Originally committed as revision 52 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4f1c7e3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
mpegvideo.h
libavcodec/mpegvideo.h
+2
-7
No files found.
libavcodec/mpegvideo.h
View file @
3c054a1c
...
...
@@ -179,9 +179,6 @@ typedef struct MpegEncContext {
DCTELEM
*
block
,
int
n
,
int
qscale
);
}
MpegEncContext
;
//const
extern
UINT8
zigzag_direct
[
64
];
int
MPV_common_init
(
MpegEncContext
*
s
);
void
MPV_common_end
(
MpegEncContext
*
s
);
void
MPV_decode_mb
(
MpegEncContext
*
s
,
DCTELEM
block
[
6
][
64
]);
...
...
@@ -198,8 +195,8 @@ int estimate_motion(MpegEncContext *s,
int
*
mx_ptr
,
int
*
my_ptr
);
/* mpeg12.c */
extern
const
UINT8
default_intra_matrix
[
64
];
extern
const
UINT8
default_non_intra_matrix
[
64
];
extern
INT16
default_intra_matrix
[
64
];
extern
INT16
default_non_intra_matrix
[
64
];
void
mpeg1_encode_picture_header
(
MpegEncContext
*
s
,
int
picture_number
);
void
mpeg1_encode_mb
(
MpegEncContext
*
s
,
...
...
@@ -257,8 +254,6 @@ int intel_h263_decode_picture_header(MpegEncContext *s);
int
h263_decode_mb
(
MpegEncContext
*
s
,
DCTELEM
block
[
6
][
64
]);
int
h263_get_picture_format
(
int
width
,
int
height
);
extern
UINT8
ff_alternate_horizontal_scan
[
64
];
extern
UINT8
ff_alternate_vertical_scan
[
64
];
/* rv10.c */
void
rv10_encode_picture_header
(
MpegEncContext
*
s
,
int
picture_number
);
...
...
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