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
a76ef998
Commit
a76ef998
authored
Mar 12, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info is
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b91459e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
mpegvideo.h
libavcodec/mpegvideo.h
+5
-4
No files found.
libavcodec/mpegvideo.h
View file @
a76ef998
...
...
@@ -807,7 +807,12 @@ void ff_draw_horiz_band(AVCodecContext *avctx, DSPContext *dsp, Picture *cur,
int
v_edge_pos
,
int
h_edge_pos
);
void
ff_mpeg_draw_horiz_band
(
MpegEncContext
*
s
,
int
y
,
int
h
);
void
ff_mpeg_flush
(
AVCodecContext
*
avctx
);
void
ff_print_debug_info
(
MpegEncContext
*
s
,
Picture
*
p
);
void
ff_print_debug_info2
(
AVCodecContext
*
avctx
,
Picture
*
pict
,
uint8_t
*
mbskip_table
,
uint8_t
*
visualization_buffer
[
3
],
int
*
low_delay
,
int
mb_width
,
int
mb_height
,
int
mb_stride
,
int
quarter_sample
);
void
ff_write_quant_matrix
(
PutBitContext
*
pb
,
uint16_t
*
matrix
);
void
ff_release_unused_pictures
(
MpegEncContext
*
s
,
int
remove_current
);
int
ff_find_unused_picture
(
MpegEncContext
*
s
,
int
shared
);
...
...
@@ -957,9 +962,5 @@ void ff_wmv2_encode_mb(MpegEncContext * s,
int
ff_mpeg_ref_picture
(
MpegEncContext
*
s
,
Picture
*
dst
,
Picture
*
src
);
void
ff_mpeg_unref_picture
(
MpegEncContext
*
s
,
Picture
*
picture
);
void
ff_print_debug_info2
(
AVCodecContext
*
avctx
,
Picture
*
pict
,
uint8_t
*
mbskip_table
,
uint8_t
*
visualization_buffer
[
3
],
int
*
low_delay
,
int
mb_width
,
int
mb_height
,
int
mb_stride
,
int
quarter_sample
);
#endif
/* AVCODEC_MPEGVIDEO_H */
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