Mercurial > libavcodec.hg
changeset 4063:7f991a9cd252 libavcodec
document the extradata protocol for VP6F
author | aurel |
---|---|
date | Mon, 23 Oct 2006 00:10:18 +0000 |
parents | 683d458a251f |
children | d3afe4505951 |
files | vp6.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vp6.c Sun Oct 22 23:19:42 2006 +0000 +++ b/vp6.c Mon Oct 23 00:10:18 2006 +0000 @@ -19,6 +19,11 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * + * The VP6F decoder accept an optional 1 byte extradata. It is composed of: + * - upper 4bits: difference between encoded width and visible width + * - lower 4bits: difference between encoded height and visible height */ #include <stdlib.h>