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
9f736ea2
Commit
9f736ea2
authored
Jul 22, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unnecessary codec
Originally committed as revision 2071 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a93b9dba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
output_example.c
output_example.c
+0
-6
No files found.
output_example.c
View file @
9f736ea2
...
...
@@ -63,9 +63,6 @@ AVStream *add_audio_stream(AVFormatContext *oc, int codec_id)
exit
(
1
);
}
c
=
&
st
->
codec
;
avcodec_get_context_defaults
(
c
);
c
->
codec_type
=
CODEC_TYPE_AUDIO
;
/* put sample parameters */
...
...
@@ -161,9 +158,6 @@ AVStream *add_video_stream(AVFormatContext *oc, int codec_id)
}
c
=
&
st
->
codec
;
avcodec_get_context_defaults
(
c
);
c
->
codec_type
=
CODEC_TYPE_VIDEO
;
/* put sample parameters */
...
...
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