diff options
Diffstat (limited to 'coders/mpeg.c')
-rw-r--r-- | coders/mpeg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coders/mpeg.c b/coders/mpeg.c index c6abc8d..a6d06d2 100644 --- a/coders/mpeg.c +++ b/coders/mpeg.c @@ -300,7 +300,9 @@ static unsigned int WriteMPEGParameterFiles(const ImageInfo *image_info, } } (void) fclose(parameter_file); +#if !defined(__COVERITY__) /* 384796 Unused value */ parameter_file=(FILE *) NULL; +#endif /* if !defined(__COVERITY__) */ } if (image_info->quality == DefaultCompressionQuality) (void) fprintf(file,"-\n"); /* default non intra quant matrix */ |