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
cc474188
Commit
cc474188
authored
Oct 24, 2014
by
Marton Balint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffplay: fix indentation after last commit
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
631ac655
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
93 deletions
+89
-93
ffplay.c
ffplay.c
+89
-93
No files found.
ffplay.c
View file @
cc474188
...
...
@@ -2424,7 +2424,6 @@ static int audio_decode_frame(VideoState *is)
int
wanted_nb_samples
;
Frame
*
af
;
{
if
(
is
->
paused
)
return
-
1
;
...
...
@@ -2434,7 +2433,6 @@ static int audio_decode_frame(VideoState *is)
frame_queue_next
(
&
is
->
sampq
);
}
while
(
af
->
serial
!=
is
->
audioq
.
serial
);
{
data_size
=
av_samples_get_buffer_size
(
NULL
,
av_frame_get_channels
(
af
->
frame
),
af
->
frame
->
nb_samples
,
af
->
frame
->
format
,
1
);
...
...
@@ -2521,8 +2519,6 @@ static int audio_decode_frame(VideoState *is)
}
#endif
return
resampled_data_size
;
}
}
}
/* prepare a new audio buffer */
...
...
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