blob: 319cf005a4f7be3e6ba2eb241ece20223426efd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ao,v 1.1 2006/05/30 20:28:34 tron Exp $
--- plugins/mpeg4ip/faad2.h.orig 2004-01-05 14:05:12.000000000 +0000
+++ plugins/mpeg4ip/faad2.h 2006-05-30 16:04:22.000000000 +0100
@@ -81,7 +81,7 @@
int aac_file_next_frame(codec_data_t *ifptr,
uint8_t **buffer,
- uint64_t *ts);
+ frame_timestamp_t *ts);
int aac_file_eof(codec_data_t *ifptr);
void aac_file_used_for_frame(codec_data_t *ifptr,
|