comparison dvdata.h @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 7f10d38721ed
children 35b80080b2db
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 /**
21 * @file dvdata.h
22 * Constants for DV codec.
23 */
24
20 #define NB_DV_VLC 409 25 #define NB_DV_VLC 409
21 #define AAUX_OFFSET (80*6 + 80*16*3 + 3) 26 #define AAUX_OFFSET (80*6 + 80*16*3 + 3)
22 27
23 static const uint16_t dv_vlc_bits[409] = { 28 static const uint16_t dv_vlc_bits[409] = {
24 0x0000, 0x0002, 0x0007, 0x0008, 0x0009, 0x0014, 0x0015, 0x0016, 29 0x0000, 0x0002, 0x0007, 0x0008, 0x0009, 0x0014, 0x0015, 0x0016,