summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarco <marpan@google.com>2016-12-07 13:02:10 -0800
committerMarco <marpan@google.com>2016-12-07 13:02:48 -0800
commit5778a7c9cbcff3c6c378002ccd4edc75ac9586e8 (patch)
tree13b63f5dfdde43704c0e05de8d0bb5ea646734b7 /examples
parentf16a0a1aa446930cf7e5e3c5b6a4c9721b1654cb (diff)
downloadlibvpx-5778a7c9cbcff3c6c378002ccd4edc75ac9586e8.tar.gz
vp9: Fix some TODOs in svc code.
Change-Id: Ie9f441245987ade9dab38af69adf4dd1fb38ca3f
Diffstat (limited to 'examples')
-rw-r--r--examples/vp9_spatial_svc_encoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c
index fa2df7271..0e409387b 100644
--- a/examples/vp9_spatial_svc_encoder.c
+++ b/examples/vp9_spatial_svc_encoder.c
@@ -679,7 +679,7 @@ int main(int argc, const char **argv) {
}
#if OUTPUT_RC_STATS
// For now, just write temporal layer streams.
- // TODO(wonkap): do spatial by re-writing superframe.
+ // TODO(marpan): do spatial by re-writing superframe.
if (svc_ctx.output_rc_stat) {
for (tl = 0; tl < enc_cfg.ts_number_layers; ++tl) {
char file_name[PATH_MAX];
@@ -770,7 +770,7 @@ int main(int argc, const char **argv) {
cx_pkt->data.frame.sz,
cx_pkt->data.frame.pts);
#if OUTPUT_RC_STATS
- // TODO(marpan/wonkap): Put this (to line728) in separate function.
+ // TODO(marpan): Put this (to line728) in separate function.
if (svc_ctx.output_rc_stat) {
vpx_codec_control(&codec, VP9E_GET_SVC_LAYER_ID, &layer_id);
parse_superframe_index(cx_pkt->data.frame.buf,