git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299be2d
)
Deinterlace prototype should be defined whether or not swscale is used.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sat, 20 Oct 2007 19:15:05 +0000
(19:15 +0000)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Sat, 20 Oct 2007 19:15:05 +0000
(19:15 +0000)
modules/codec/ffmpeg/video_filter.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/video_filter.c
b/modules/codec/ffmpeg/video_filter.c
index
cac917c
..
785b15b
100644
(file)
--- a/
modules/codec/ffmpeg/video_filter.c
+++ b/
modules/codec/ffmpeg/video_filter.c
@@
-43,10
+43,10
@@
void E_(InitLibavcodec) ( vlc_object_t *p_object );
static int CheckInit( filter_t *p_filter );
static picture_t *Process( filter_t *p_filter, picture_t *p_pic );
+#endif
-#else
static picture_t *Deinterlace( filter_t *p_filter, picture_t *p_pic );
-#endif
+
/*****************************************************************************
* filter_sys_t : filter descriptor