# HG changeset patch # User ivo # Date 1199571207 0 # Node ID 54e2afeca044b124fd3b366c96df23a133888bb8 # Parent 35cc09bfab21ed340c77bab85119d394183b9a27 proper type and initialization of pva_pts diff -r 35cc09bfab21 -r 54e2afeca044 pva.c --- a/pva.c Sat Jan 05 22:10:00 2008 +0000 +++ b/pva.c Sat Jan 05 22:13:27 2008 +0000 @@ -64,7 +64,7 @@ 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);