FFmpeg
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
libavcodec
dca_parser.h
Go to the documentation of this file.
1
/*
2
* DCA parser
3
* Copyright (C) 2004 Gildas Bazin
4
* Copyright (C) 2004 Benjamin Zores
5
* Copyright (C) 2006 Benjamin Larsson
6
* Copyright (C) 2007 Konstantin Shishkov
7
*
8
* This file is part of Libav.
9
*
10
* Libav is free software; you can redistribute it and/or
11
* modify it under the terms of the GNU Lesser General Public
12
* License as published by the Free Software Foundation; either
13
* version 2.1 of the License, or (at your option) any later version.
14
*
15
* Libav is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
* Lesser General Public License for more details.
19
*
20
* You should have received a copy of the GNU Lesser General Public
21
* License along with Libav; if not, write to the Free Software
22
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
*/
24
25
#ifndef AVCODEC_DCA_PARSER_H
26
#define AVCODEC_DCA_PARSER_H
27
28
#include <stdint.h>
29
30
/**
31
* Convert bitstream to one representation based on sync marker
32
*/
33
int
ff_dca_convert_bitstream
(
const
uint8_t
*src,
int
src_size,
uint8_t
*
dst
,
34
int
max_size);
35
36
#endif
/* AVCODEC_DCA_PARSER_H */
Generated on Sat May 25 2013 03:58:32 for FFmpeg by
1.8.2