summaryrefslogtreecommitdiff
path: root/vpxdec.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-05-11 00:05:07 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-05-11 00:05:07 -0400
commit6edd07d6561522f81b2a09a2a160d74808b14363 (patch)
treeb4cafb01213b1f5405154b72ed1534600cb7dc48 /vpxdec.c
parent7f7c13838c80523965150ed5b1a636ad1ae7480d (diff)
parentb08c6fa6993fe0135ee149e2ce10b078ad494b8e (diff)
downloadlibvpx-6edd07d6561522f81b2a09a2a160d74808b14363.tar
libvpx-6edd07d6561522f81b2a09a2a160d74808b14363.tar.gz
libvpx-6edd07d6561522f81b2a09a2a160d74808b14363.tar.bz2
libvpx-6edd07d6561522f81b2a09a2a160d74808b14363.zip
Merge remote branch 'internal/upstream-experimental' into HEAD
Diffstat (limited to 'vpxdec.c')
-rw-r--r--vpxdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpxdec.c b/vpxdec.c
index 3869e20ad..968ad150e 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -573,12 +573,10 @@ file_is_webm(struct input_ctx *input,
{
unsigned int i, n;
int track_type = -1;
- uint64_t tstamp=0;
nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb,
input->infile};
nestegg_video_params params;
- nestegg_packet * pkt;
if(nestegg_init(&input->nestegg_ctx, io, NULL))
goto fail;