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
df15903f
Commit
df15903f
authored
Aug 24, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused variable
Originally committed as revision 2159 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d9c533a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
dv.c
libavcodec/dv.c
+0
-2
mpegvideo.c
libavcodec/mpegvideo.c
+0
-2
No files found.
libavcodec/dv.c
View file @
df15903f
...
...
@@ -628,8 +628,6 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
static
int
dvvideo_decode_end
(
AVCodecContext
*
avctx
)
{
DVVideoDecodeContext
*
s
=
avctx
->
priv_data
;
avcodec_default_free_buffers
(
avctx
);
return
0
;
...
...
libavcodec/mpegvideo.c
View file @
df15903f
...
...
@@ -1426,7 +1426,6 @@ static int load_input_picture(MpegEncContext *s, AVFrame *pic_arg){
static
void
select_input_picture
(
MpegEncContext
*
s
){
int
i
;
const
int
encoding_delay
=
s
->
max_b_frames
;
int
coded_pic_num
=
0
;
if
(
s
->
reordered_input_picture
[
0
])
...
...
@@ -2725,7 +2724,6 @@ static int pix_diff_vcmp16x8(uint8_t *s1, uint8_t*s2, int stride){ //FIXME move
void
ff_draw_horiz_band
(
MpegEncContext
*
s
,
int
y
,
int
h
){
if
(
s
->
avctx
->
draw_horiz_band
)
{
AVFrame
*
src
;
uint8_t
*
src_ptr
[
3
];
int
offset
[
4
];
if
(
s
->
picture_structure
!=
PICT_FRAME
){
...
...
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