comparison xiph.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 2574def95b50
children
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "libavutil/intreadwrite.h"
21 #include "xiph.h" 22 #include "xiph.h"
22 23
23 int ff_split_xiph_headers(uint8_t *extradata, int extradata_size, 24 int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
24 int first_header_size, uint8_t *header_start[3], 25 int first_header_size, uint8_t *header_start[3],
25 int header_len[3]) 26 int header_len[3])