Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
909fbd4c
Commit
909fbd4c
authored
May 14, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
May 14, 2014
Browse files
Merge "Rename vpx_temporal_scalable_patterns.c"
parents
86094f22
a77d6d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples.mk
View file @
909fbd4c
...
...
@@ -81,13 +81,13 @@ ifneq ($(CONFIG_SHARED),yes)
EXAMPLES-$(CONFIG_VP9_ENCODER)
+=
resize_util.c
endif
EXAMPLES-$(CONFIG_ENCODERS)
+=
vpx_temporal_s
calable_patterns
.c
vpx_temporal_s
calable_patterns.SRCS
+=
ivfenc.c ivfenc.h
vpx_temporal_s
calable_patterns.SRCS
+=
tools_common.c tools_common.h
vpx_temporal_s
calable_patterns.SRCS
+=
video_common.h
vpx_temporal_s
calable_patterns.SRCS
+=
video_writer.h video_writer.c
vpx_temporal_s
calable_patterns.GUID
=
B18C08F2-A439-4502-A78E-849BE3D60947
vpx_temporal_s
calable_patterns
.DESCRIPTION
=
Temporal S
calability
Encoder
EXAMPLES-$(CONFIG_ENCODERS)
+=
vpx_temporal_s
vc_encoder
.c
vpx_temporal_s
vc_encoder.SRCS
+=
ivfenc.c ivfenc.h
vpx_temporal_s
vc_encoder.SRCS
+=
tools_common.c tools_common.h
vpx_temporal_s
vc_encoder.SRCS
+=
video_common.h
vpx_temporal_s
vc_encoder.SRCS
+=
video_writer.h video_writer.c
vpx_temporal_s
vc_encoder.GUID
=
B18C08F2-A439-4502-A78E-849BE3D60947
vpx_temporal_s
vc_encoder
.DESCRIPTION
=
Temporal S
VC
Encoder
EXAMPLES-$(CONFIG_VP8_DECODER)
+=
simple_decoder.c
simple_decoder.GUID
=
D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
simple_decoder.SRCS
+=
ivfdec.h ivfdec.c
...
...
examples/vpx_temporal_s
calable_patterns
.c
→
examples/vpx_temporal_s
vc_encoder
.c
View file @
909fbd4c
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
// This is an example demonstrating how to implement a multi-layer VP
9
// This is an example demonstrating how to implement a multi-layer VP
x
// encoding scheme based on temporal scalability for video applications
// that benefit from a scalable bitstream.
...
...
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