git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e998b56
)
ppc: don't return a value from a function declared void
author
Sean McGovern
<gseanmcg@gmail.com>
Thu, 29 Aug 2013 14:39:31 +0000
(10:39 -0400)
committer
Martin Storsjö
<martin@martin.st>
Thu, 29 Aug 2013 21:41:10 +0000
(
00:41
+0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libswscale/ppc/yuv2yuv_altivec.c
patch
|
blob
|
history
diff --git
a/libswscale/ppc/yuv2yuv_altivec.c
b/libswscale/ppc/yuv2yuv_altivec.c
index
a8fa9c6
..
08545b3
100644
(file)
--- a/
libswscale/ppc/yuv2yuv_altivec.c
+++ b/
libswscale/ppc/yuv2yuv_altivec.c
@@
-188,7
+188,7
@@
av_cold void ff_get_unscaled_swscale_ppc(SwsContext *c)
{
#if HAVE_ALTIVEC
if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC))
- return
NULL
;
+ return;
if (!(c->srcW & 15) && !(c->flags & SWS_BITEXACT) &&
c->srcFormat == AV_PIX_FMT_YUV420P) {