Mercurial > libavformat.hg
diff beosaudio.cpp @ 246:8c55237af288 libavformat
64 bit pts for writing - more const usage (don't forget me !)
| author | mmu_man |
|---|---|
| date | Sat, 13 Sep 2003 09:20:12 +0000 |
| parents | 41d4f3a86c98 |
| children | c33bf4d10c4c |
line wrap: on
line diff
--- a/beosaudio.cpp Fri Sep 12 03:48:14 2003 +0000 +++ b/beosaudio.cpp Sat Sep 13 09:20:12 2003 +0000 @@ -296,7 +296,7 @@ } 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;
