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
a367a932
Commit
a367a932
authored
Mar 03, 2019
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/utils: remove commented out obsolete code
parent
b8194729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
utils.c
libavcodec/utils.c
+0
-2
No files found.
libavcodec/utils.c
View file @
a367a932
...
@@ -1401,10 +1401,8 @@ const char *avcodec_profile_name(enum AVCodecID codec_id, int profile)
...
@@ -1401,10 +1401,8 @@ const char *avcodec_profile_name(enum AVCodecID codec_id, int profile)
unsigned
avcodec_version
(
void
)
unsigned
avcodec_version
(
void
)
{
{
// av_assert0(AV_CODEC_ID_V410==164);
av_assert0
(
AV_CODEC_ID_PCM_S8_PLANAR
==
65563
);
av_assert0
(
AV_CODEC_ID_PCM_S8_PLANAR
==
65563
);
av_assert0
(
AV_CODEC_ID_ADPCM_G722
==
69660
);
av_assert0
(
AV_CODEC_ID_ADPCM_G722
==
69660
);
// av_assert0(AV_CODEC_ID_BMV_AUDIO==86071);
av_assert0
(
AV_CODEC_ID_SRT
==
94216
);
av_assert0
(
AV_CODEC_ID_SRT
==
94216
);
av_assert0
(
LIBAVCODEC_VERSION_MICRO
>=
100
);
av_assert0
(
LIBAVCODEC_VERSION_MICRO
>=
100
);
...
...
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