Commit 2550ff79 authored by mmu_man's avatar mmu_man

64 bit pts for writing - more const usage (don't forget me !)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2269 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d5554d0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment