~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/vp56data.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

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