From 4b42b2b5ac968ac1f9a0377c50b867a36f3f2f49 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 23 May 2010 00:41:00 +0200 Subject: [PATCH] add libvpx to readme --- README | 4 ++-- src/oxframe.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 86a85dc..d613f37 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -oxframe - extract frames from ogg videos +oxframe - extract frames from ogg or webm videos dependencies: liboggz git clone git://git.xiph.org/liboggz.git liboggplay git clone git://git.xiph.org/liboggplay.git libtheora apt-get install libtheora-dev - + libvpx git clone git://review.webmproject.org/libvpx.git diff --git a/src/oxframe.c b/src/oxframe.c index c975cbc..8a17a55 100644 --- a/src/oxframe.c +++ b/src/oxframe.c @@ -1,6 +1,6 @@ /* -*- tab-width:2;c-file-style:"cc-mode"; -*- */ /* - * oxframe.c -- dump frame from a theora file + * oxframe.c -- dump frame from an Ogg or WebM file * Copyright (C) 20010 * * This program is free software: you can redistribute it and/or modify