Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raphael Zumer
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