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
58445440
Commit
58445440
authored
Nov 14, 2002
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* const warning fix
Originally committed as revision 1210 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6a85ec8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ffserver.c
ffserver.c
+4
-4
No files found.
ffserver.c
View file @
58445440
...
@@ -1502,10 +1502,10 @@ static void compute_stats(HTTPContext *c)
...
@@ -1502,10 +1502,10 @@ static void compute_stats(HTTPContext *c)
{
{
int
audio_bit_rate
=
0
;
int
audio_bit_rate
=
0
;
int
video_bit_rate
=
0
;
int
video_bit_rate
=
0
;
char
*
audio_codec_name
=
""
;
c
onst
c
har
*
audio_codec_name
=
""
;
char
*
video_codec_name
=
""
;
c
onst
c
har
*
video_codec_name
=
""
;
char
*
audio_codec_name_extra
=
""
;
c
onst
c
har
*
audio_codec_name_extra
=
""
;
char
*
video_codec_name_extra
=
""
;
c
onst
c
har
*
video_codec_name_extra
=
""
;
for
(
i
=
0
;
i
<
stream
->
nb_streams
;
i
++
)
{
for
(
i
=
0
;
i
<
stream
->
nb_streams
;
i
++
)
{
AVStream
*
st
=
stream
->
streams
[
i
];
AVStream
*
st
=
stream
->
streams
[
i
];
...
...
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