Hi, I noticed that seeking in avplay of certain asf files didn't work at all while I tested Andrew's patch before pushing. This patch set fixes that. The first patch checks ff_get_guid return values, fate-seek-lavf-asf triggered a undefined value error in valgrind. I covered just ff_get_guid calls during seeking all other remain unchecked. Andrew's patch is still an useful optimization for seeking to the start of the file. I moved the special case in front of the index based seek. The third patch finally fixes seeking in files from Andrew and Alex in Bug-Id: 43. seek test output remains unchanged, I handled multiple payloads in asf data packet incorrectly when I thought it changed.
Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
