diff options
Diffstat (limited to 'converter/ppm/ppmtompeg/ppmtompeg.c')
-rw-r--r-- | converter/ppm/ppmtompeg/ppmtompeg.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/ppm/ppmtompeg/ppmtompeg.c b/converter/ppm/ppmtompeg/ppmtompeg.c index cc2cb27e..78e33c54 100644 --- a/converter/ppm/ppmtompeg/ppmtompeg.c +++ b/converter/ppm/ppmtompeg/ppmtompeg.c @@ -402,7 +402,6 @@ encodeSomeFrames(struct inputSource * const inputSourceP, - static void encodeFrames(struct inputSource * const inputSourceP, boolean const childProcess, @@ -507,7 +506,6 @@ encodeFrames(struct inputSource * const inputSourceP, - static void runMaster(struct inputSource * const inputSourceP, const char * const paramFileName, @@ -708,3 +706,6 @@ main(int argc, char **argv) { return 0; } + + + |