Commit 3e2630f1 authored by ivo's avatar ivo

proper type and initialization of pva_pts


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11425 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a42d8ce8
......@@ -64,7 +64,7 @@ static int pva_read_packet(AVFormatContext *s, AVPacket *pkt) {
ByteIOContext *pb = s->pb;
PVAContext *pvactx = s->priv_data;
int ret, syncword, streamid, reserved, flags, length, pts_flag;
long long pva_pts = 0;
int64_t pva_pts = AV_NOPTS_VALUE;
syncword = get_be16(pb);
streamid = get_byte(pb);
......
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