Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvpx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
libvpx
Commits
317a6669
Commit
317a6669
authored
Jun 10, 2010
by
John Koleszar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reference to 'vpx Technologies'
Vestigial. Change-Id: Iffa9e6d5ba5199b136d7549890101da17c11e3c3
parent
330dd67b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
vp8_cx_iface.c
vp8/vp8_cx_iface.c
+2
-2
vp8_dx_iface.c
vp8/vp8_dx_iface.c
+2
-2
No files found.
vp8/vp8_cx_iface.c
View file @
317a6669
...
...
@@ -1068,7 +1068,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
#endif
vpx_codec_iface_t
vpx_codec_vp8_cx_algo
=
{
"
vpx Technologies
VP8 Encoder"
VERSION_STRING
,
"
WebM Project
VP8 Encoder"
VERSION_STRING
,
VPX_CODEC_INTERNAL_ABI_VERSION
,
VPX_CODEC_CAP_ENCODER
|
VPX_CODEC_CAP_PSNR
,
/* vpx_codec_caps_t caps; */
...
...
@@ -1157,7 +1157,7 @@ static vpx_codec_err_t api1_encode(vpx_codec_alg_priv_t *ctx,
vpx_codec_iface_t
vpx_enc_vp8_algo
=
{
"
vpx Technologies
VP8 Encoder (Deprecated API)"
VERSION_STRING
,
"
WebM Project
VP8 Encoder (Deprecated API)"
VERSION_STRING
,
VPX_CODEC_INTERNAL_ABI_VERSION
,
VPX_CODEC_CAP_ENCODER
,
/* vpx_codec_caps_t caps; */
...
...
vp8/vp8_dx_iface.c
View file @
317a6669
...
...
@@ -657,7 +657,7 @@ vpx_codec_ctrl_fn_map_t vp8_ctf_maps[] =
#endif
vpx_codec_iface_t
vpx_codec_vp8_dx_algo
=
{
"
vpx Technologies
VP8 Decoder"
VERSION_STRING
,
"
WebM Project
VP8 Decoder"
VERSION_STRING
,
VPX_CODEC_INTERNAL_ABI_VERSION
,
VPX_CODEC_CAP_DECODER
|
VP8_CAP_POSTPROC
,
/* vpx_codec_caps_t caps; */
...
...
@@ -680,7 +680,7 @@ vpx_codec_iface_t vpx_codec_vp8_dx_algo =
*/
vpx_codec_iface_t
vpx_codec_vp8_algo
=
{
"
vpx Technologies
VP8 Decoder (Deprecated API)"
VERSION_STRING
,
"
WebM Project
VP8 Decoder (Deprecated API)"
VERSION_STRING
,
VPX_CODEC_INTERNAL_ABI_VERSION
,
VPX_CODEC_CAP_DECODER
|
VP8_CAP_POSTPROC
,
/* vpx_codec_caps_t caps; */
...
...
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