diff au.c @ 241:3d92f793fd67 libavformat

64 bit pts for writing - more const usage
author bellard
date Wed, 10 Sep 2003 22:37:33 +0000
parents 01bec1059bdf
children a313e1080322
line wrap: on
line diff
--- a/au.c	Wed Sep 10 13:00:24 2003 +0000
+++ b/au.c	Wed Sep 10 22:37:33 2003 +0000
@@ -72,7 +72,7 @@
 }
 
 static int au_write_packet(AVFormatContext *s, int stream_index_ptr,
-                           uint8_t *buf, int size, int force_pts)
+                           const uint8_t *buf, int size, int64_t pts)
 {
     ByteIOContext *pb = &s->pb;
     put_buffer(pb, buf, size);