]> git.sesse.net Git - ffmpeg/commit
Make all option parsing functions match the function pointer type through which they...
authorJeff Downs <heydowns@somuchpressure.net>
Wed, 29 Jun 2011 16:38:46 +0000 (12:38 -0400)
committerJeff Downs <heydowns@somuchpressure.net>
Thu, 30 Jun 2011 15:49:48 +0000 (11:49 -0400)
commita09918335f1305e2d6bf6a9b0001ac5f167c1aea
tree9325d8def01a08f34eeeb7ea70f79eff56919add
parent5a931a158fbe2ea413dcf28c43c4d6bace3514a1
Make all option parsing functions match the function pointer type through which they are called.

All option parsing functions now match the function pointer signature through
which they are called (int f(const char *, const char *), thereby working
reliably on all platforms.
Prefix all option processing functions with opt_
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c