projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7edcac
)
imgconvert: Re-enable the deprecation warnings
author
Luca Barbato
<lu_zero@gentoo.org>
Sat, 5 Dec 2015 12:31:38 +0000
(13:31 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sat, 5 Dec 2015 12:31:38 +0000
(13:31 +0100)
The end-marked was typoed in
f7edcac040f73635fc1127489c9bb29ca8b43532
libavcodec/imgconvert.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/imgconvert.c
b/libavcodec/imgconvert.c
index
ffa1200
..
6354868
100644
(file)
--- a/
libavcodec/imgconvert.c
+++ b/
libavcodec/imgconvert.c
@@
-340,5
+340,5
@@
int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
return 0;
}
-FF_
DIS
ABLE_DEPRECATION_WARNINGS
+FF_
EN
ABLE_DEPRECATION_WARNINGS
#endif /* FF_API_AVPICTURE */