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
5c2a4d3b
Commit
5c2a4d3b
authored
Aug 30, 2011
by
Anton Khirnov
Committed by
Michael Niedermayer
Aug 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: fix broken indentation.
parent
dd072428
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ffmpeg.c
ffmpeg.c
+3
-2
No files found.
ffmpeg.c
View file @
5c2a4d3b
...
...
@@ -1652,7 +1652,9 @@ static int output_packet(InputStream *ist, int ist_index,
ist
->
is_past_recording_time
=
1
;
continue
;
}
if
(
ost
->
source_index
==
ist_index
)
{
if
(
ost
->
source_index
!=
ist_index
)
continue
;
#if CONFIG_AVFILTER
frame_available
=
ist
->
st
->
codec
->
codec_type
!=
AVMEDIA_TYPE_VIDEO
||
!
ost
->
output_video_filter
||
avfilter_poll_frame
(
ost
->
output_video_filter
->
inputs
[
0
]);
...
...
@@ -1770,7 +1772,6 @@ static int output_packet(InputStream *ist, int ist_index,
avfilter_unref_buffer
(
ost
->
picref
);
}
#endif
}
}
av_free
(
buffer_to_free
);
...
...
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