summaryrefslogtreecommitdiff
path: root/vpxdec.c
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-11-20 09:49:33 -0800
committerAdrian Grange <agrange@google.com>2013-12-04 11:45:40 -0800
commit475d1d60b8fbddf03c34f7950bd8ebf7c05135ce (patch)
treeb1e9fe370c534169e08f953bed0f1b9ee8b3f2db /vpxdec.c
parent584c72992a972ba124a3f05ba9fc683da8190680 (diff)
downloadlibvpx-475d1d60b8fbddf03c34f7950bd8ebf7c05135ce.tar
libvpx-475d1d60b8fbddf03c34f7950bd8ebf7c05135ce.tar.gz
libvpx-475d1d60b8fbddf03c34f7950bd8ebf7c05135ce.tar.bz2
libvpx-475d1d60b8fbddf03c34f7950bd8ebf7c05135ce.zip
Modified spatial scalable encoder & unit tests
Modifications to the spatial scalable encoder to match changes made to the scaling code in the decoder. In particular, the use of a dummy first frame was removed now that the decoder is able to handle a smaller first frame. SvcTest.FirstFrameHasLayers unit test re-enabled. Change-Id: Ic2e91fbe4eadf95895569947670d36d68abaf458
Diffstat (limited to 'vpxdec.c')
-rw-r--r--vpxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxdec.c b/vpxdec.c
index 622a4610d..1b9bfd302 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -697,7 +697,7 @@ int main_loop(int argc, const char **argv_) {
if (arg_skip)
- fprintf(stderr, "Skiping first %d frames.\n", arg_skip);
+ fprintf(stderr, "Skipping first %d frames.\n", arg_skip);
while (arg_skip) {
if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size))
break;