64 bit pts for writing - more const usage (don't forget me !)
authorFrançois Revol <revol@free.fr>
Sat, 13 Sep 2003 09:20:12 +0000 (09:20 +0000)
committerFrançois Revol <revol@free.fr>
Sat, 13 Sep 2003 09:20:12 +0000 (09:20 +0000)
Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/beosaudio.cpp

index cb6cc35..f4b6bb9 100644 (file)
@@ -296,7 +296,7 @@ static int audio_write_header(AVFormatContext *s1)
 }
 
 static int audio_write_packet(AVFormatContext *s1, int stream_index,
-                              uint8_t *buf, int size, int force_pts)
+                              const uint8_t *buf, int size, int64_t force_pts)
 {
     AudioData *s = (AudioData *)s1->priv_data;
     int len, ret;