Commit a018d318 authored by François Revol's avatar François Revol

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

Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f371e3e
......@@ -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