Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
967f722f
Commit
967f722f
authored
Mar 29, 2016
by
Adrian Grange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove kVp9CodecId
Change-Id: I1b4926da0dad0e9a44e352c2b4428ce9e24cfa0c
parent
828f30ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
third_party/libwebm/mkvmuxer.cpp
third_party/libwebm/mkvmuxer.cpp
+0
-1
third_party/libwebm/mkvmuxer.hpp
third_party/libwebm/mkvmuxer.hpp
+0
-1
No files found.
third_party/libwebm/mkvmuxer.cpp
View file @
967f722f
...
...
@@ -1046,7 +1046,6 @@ bool AudioTrack::Write(IMkvWriter* writer) const {
const
char
Tracks
::
kOpusCodecId
[]
=
"A_OPUS"
;
const
char
Tracks
::
kVorbisCodecId
[]
=
"A_VORBIS"
;
const
char
Tracks
::
kAOMCodecId
[]
=
"V_AOM"
;
const
char
Tracks
::
kVp9CodecId
[]
=
"V_AV1"
;
const
char
Tracks
::
kAV1CodecId
[]
=
"V_AV1"
;
Tracks
::
Tracks
()
:
track_entries_
(
NULL
),
track_entries_size_
(
0
)
{}
...
...
third_party/libwebm/mkvmuxer.hpp
View file @
967f722f
...
...
@@ -536,7 +536,6 @@ class Tracks {
static
const
char
kOpusCodecId
[];
static
const
char
kVorbisCodecId
[];
static
const
char
kAOMCodecId
[];
static
const
char
kVp9CodecId
[];
static
const
char
kAV1CodecId
[];
Tracks
();
...
...
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