projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346db3e
)
Revert adding av_uninit to out_width/out_height variables.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Feb 2009 20:29:49 +0000
(20:29 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Feb 2009 20:29:49 +0000
(20:29 +0000)
The warning is not a false positive.
Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/ppm.c
patch
|
blob
|
history
diff --git
a/vhook/ppm.c
b/vhook/ppm.c
index 94c034aa834a9697c65dd3252cdab0d797285c25..0e37ac412ea4ba7999f57210c56fce09cc5397d0 100644
(file)
--- a/
vhook/ppm.c
+++ b/
vhook/ppm.c
@@
-232,8
+232,8
@@
void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width,
AVPicture picture1;
AVPicture picture2;
AVPicture *pict = picture;
- int
av_uninit(out_width)
;
- int
av_uninit(out_height)
;
+ int
out_width
;
+ int
out_height
;
int i;
uint8_t *ptr = NULL;
FILE *in = rwpipe_reader( ci->rw );