[FFmpeg-devel] [patch] glob matching for image series

Brian Olson icic at bolson.org
Fri Jan 20 22:35:56 CET 2012


On Jan 9, 2012, at 7:00 AM, Nicolas George wrote:

> On the whole, it looks promising.

Thanks. Sorry for the delay, got busy with other things.

Style cleaned up based on feedback. Is there a copy of the presubmit script that I can run locally to check modified code?

Simplified is_glob() using strcspn() (cool, hadn't seen that part of the C strings standard library before, thanks Nicolas)

Fixed usage of first_index and last_index so that they shouldn't be used uninitted.

Hopefully the patch attachment will be cleaner this time...



More information about the ffmpeg-devel mailing list