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
685617ac
Commit
685617ac
authored
Apr 09, 2013
by
d s
Committed by
Michael Niedermayer
Apr 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/avisynth: Cosmetics
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
ca3cef71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
avisynth.c
libavformat/avisynth.c
+4
-4
No files found.
libavformat/avisynth.c
View file @
685617ac
...
...
@@ -407,10 +407,10 @@ static void avisynth_next_stream(AVFormatContext *s, AVStream **st, AVPacket *pk
static
int
avisynth_read_packet_video
(
AVFormatContext
*
s
,
AVPacket
*
pkt
,
int
discard
)
{
AviSynthContext
*
avs
=
s
->
priv_data
;
AVS_VideoFrame
*
frame
;
unsigned
char
*
dst_p
;
const
unsigned
char
*
src_p
;
unsigned
char
*
dst_p
;
const
unsigned
char
*
src_p
;
int
n
,
i
,
plane
,
rowsize
,
planeheight
,
pitch
,
bits
;
const
char
*
error
;
const
char
*
error
;
if
(
avs
->
curr_frame
>=
avs
->
vi
->
num_frames
)
return
AVERROR_EOF
;
...
...
@@ -481,7 +481,7 @@ static int avisynth_read_packet_audio(AVFormatContext *s, AVPacket *pkt, int dis
AVRational
fps
,
samplerate
;
int
samples
;
int64_t
n
;
const
char
*
error
;
const
char
*
error
;
if
(
avs
->
curr_sample
>=
avs
->
vi
->
num_audio_samples
)
return
AVERROR_EOF
;
...
...
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