Mercurial > libavformat.hg
changeset 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 | d8b6af80b1dd |
children | 697dae977e6d |
files | beosaudio.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;