comparison vp56data.c @ 5215:2b72f9bc4f06 libavcodec

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents 6a10cc9adb8a
children 9792a3aa9215
comparison
equal deleted inserted replaced
5214:470601203f44 5215:2b72f9bc4f06
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details. 17 * Lesser General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include "vp56data.h" 24 #include "vp56data.h"
25 25
26 const uint8_t vp56_b6to3[] = { 0, 0, 0, 0, 1, 2 }; 26 const uint8_t vp56_b6to3[] = { 0, 0, 0, 0, 1, 2 };