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
ac3967c1
Commit
ac3967c1
authored
Jun 04, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling
Originally committed as revision 9221 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8d75b5a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
png.c
libavcodec/png.c
+1
-1
avformat.h
libavformat/avformat.h
+2
-2
No files found.
libavcodec/png.c
View file @
ac3967c1
...
...
@@ -180,7 +180,7 @@ static void png_put_interlaced_row(uint8_t *dst, int width,
dsp_mask
=
png_pass_dsp_mask
[
pass
];
switch
(
bits_per_pixel
)
{
case
1
:
/* we must intialize the line to zero before writing to it */
/* we must in
i
tialize the line to zero before writing to it */
if
(
pass
==
0
)
memset
(
dst
,
0
,
(
width
+
7
)
>>
3
);
src_x
=
0
;
...
...
libavformat/avformat.h
View file @
ac3967c1
...
...
@@ -64,7 +64,7 @@ void av_destruct_packet(AVPacket *pkt);
void
av_init_packet
(
AVPacket
*
pkt
);
/**
* Allocate the payload of a packet and intialize its fields to default values.
* Allocate the payload of a packet and in
i
tialize its fields to default values.
*
* @param pkt packet
* @param size wanted payload size
...
...
@@ -73,7 +73,7 @@ void av_init_packet(AVPacket *pkt);
int
av_new_packet
(
AVPacket
*
pkt
,
int
size
);
/**
* Allocate and read the payload of a packet and intialize its fields to default values.
* Allocate and read the payload of a packet and in
i
tialize its fields to default values.
*
* @param pkt packet
* @param size wanted payload size
...
...
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