On 01/08/15 16:37, Alexandra Hájková wrote: >>> + int64_t value; >> >> why int64_t ? > > because type can be QWORD - 64 bits long, signed because this func may > return INVALIDDATA > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel >
+static uint64_t asf_read_generic_value(AVIOContext *pb, int type) make sure to stay consistent and that the qword is signed =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
