[vlc-commits] vout: interlacing: add auto mode
Victorien Le Couviour--Tuffet
git at videolan.org
Fri Jun 23 11:50:48 CEST 2017
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Wed Jun 14 11:23:52 2017 +0200| [0f25d376b133d63d0d5ae37994c4b7ea87b7f83c] | committer: Thomas Guillem
vout: interlacing: add auto mode
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f25d376b133d63d0d5ae37994c4b7ea87b7f83c
---
src/video_output/interlacing.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c
index d154b95a1e..b8bf07eaa8 100644
--- a/src/video_output/interlacing.c
+++ b/src/video_output/interlacing.c
@@ -40,7 +40,7 @@
* same (width/height/chroma/fps), at least for now.
*/
static const char deinterlace_modes[][9]= {
- ""
+ "auto",
"discard",
"blend",
"mean",
More information about the vlc-commits
mailing list