diff mpeg.c @ 241:3d92f793fd67 libavformat

64 bit pts for writing - more const usage
author bellard
date Wed, 10 Sep 2003 22:37:33 +0000
parents 35231c0be8e5
children 3c299d432ca4
line wrap: on
line diff
--- a/mpeg.c	Wed Sep 10 13:00:24 2003 +0000
+++ b/mpeg.c	Wed Sep 10 22:37:33 2003 +0000
@@ -347,7 +347,7 @@
 }
 
 static int mpeg_mux_write_packet(AVFormatContext *ctx, int stream_index,
-                                 uint8_t *buf, int size, int pts)
+                                 const uint8_t *buf, int size, int64_t pts)
 {
     MpegMuxContext *s = ctx->priv_data;
     AVStream *st = ctx->streams[stream_index];