diff dv.c @ 241:3d92f793fd67 libavformat

64 bit pts for writing - more const usage
author bellard
date Wed, 10 Sep 2003 22:37:33 +0000
parents 184d22d04c84
children f174d9c00bce
line wrap: on
line diff
--- a/dv.c	Wed Sep 10 13:00:24 2003 +0000
+++ b/dv.c	Wed Sep 10 22:37:33 2003 +0000
@@ -102,8 +102,8 @@
 }
 
 int dv_write_packet(struct AVFormatContext *s, 
-                     int stream_index,
-                     unsigned char *buf, int size, int force_pts)
+                    int stream_index,
+                    const uint8_t *buf, int size, int64_t pts)
 {
     DVMuxContext *c = s->priv_data;