$NetBSD: patch-an,v 1.1 2006/05/30 20:28:34 tron Exp $

--- plugins/mpeg4ip/aa_file.cpp.orig	2004-01-05 14:05:12.000000000 +0000
+++ plugins/mpeg4ip/aa_file.cpp	2006-05-30 16:04:22.000000000 +0100
@@ -77,7 +77,7 @@
 
 int aac_file_next_frame (codec_data_t *your,
              uint8_t **buffer,
-             uint64_t *ts)
+             frame_timestamp_t *ts)
 {
   aac_codec_t *aac = (aac_codec_t *)your;
 
@@ -98,7 +98,7 @@
   uint64_t calc;
   calc = aac->m_framecount * 1024 * M_LLU;
   calc /= aac->m_freq;
-  *ts = calc;
+  ts->msec_timestamp = calc;
   *buffer = aac->m_buffer;
   aac->m_framecount++;
   return (aac->m_buffer_size);
