-
- Downloads
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_
Showing
- cmdutils.c 16 additions, 8 deletionscmdutils.c
- cmdutils.h 17 additions, 9 deletionscmdutils.h
- cmdutils_common_opts.h 12 additions, 12 deletionscmdutils_common_opts.h
- ffmpeg.c 9 additions, 5 deletionsffmpeg.c
- ffplay.c 3 additions, 2 deletionsffplay.c
- ffprobe.c 2 additions, 1 deletionffprobe.c
- ffserver.c 2 additions, 1 deletionffserver.c
Loading
Please register or sign in to comment