|
|
@ -1,7 +1,4 @@ |
|
|
|
/**
|
|
|
|
/*
|
|
|
|
* @file |
|
|
|
|
|
|
|
* VP5 and VP6 compatible video decoder (common data) |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> |
|
|
|
* Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> |
|
|
|
* |
|
|
|
* |
|
|
|
* This file is part of Libav. |
|
|
|
* This file is part of Libav. |
|
|
@ -21,6 +18,11 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @file |
|
|
|
|
|
|
|
* VP5 and VP6 compatible video decoder (common data) |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "vp56data.h" |
|
|
|
#include "vp56data.h" |
|
|
|
|
|
|
|
|
|
|
|
const uint8_t vp56_b2p[] = { 0, 0, 0, 0, 1, 2, 3, 3, 3, 3 }; |
|
|
|
const uint8_t vp56_b2p[] = { 0, 0, 0, 0, 1, 2, 3, 3, 3, 3 }; |
|
|
|