Mercurial > mplayer.hg
comparison libvo/vo_vdpau.c @ 28707:a81065b771e7
Document that all vdpau deinterlacers respect -field-dominance.
author | cehoyos |
---|---|
date | Fri, 27 Feb 2009 21:46:13 +0000 |
parents | eb5e70a423e3 |
children | ebd393e9f567 |
comparison
equal
deleted
inserted
replaced
28706:3306a80b516b | 28707:a81065b771e7 |
---|---|
942 | 942 |
943 static const char help_msg[] = | 943 static const char help_msg[] = |
944 "\n-vo vdpau command line help:\n" | 944 "\n-vo vdpau command line help:\n" |
945 "Example: mplayer -vo vdpau:deint=2\n" | 945 "Example: mplayer -vo vdpau:deint=2\n" |
946 "\nOptions:\n" | 946 "\nOptions:\n" |
947 " deint\n" | 947 " deint (all modes > 0 respect -field-dominance)\n" |
948 " 0: no deinterlacing\n" | 948 " 0: no deinterlacing\n" |
949 " 1: bob deinterlacing (current fallback)\n" | 949 " 1: bob deinterlacing (current fallback)\n" |
950 " 2: temporal deinterlacing (not yet working)\n" | 950 " 2: temporal deinterlacing (not yet working)\n" |
951 " 3: temporal-spatial deinterlacing (not yet working)\n" | 951 " 3: temporal-spatial deinterlacing (not yet working)\n" |
952 " pullup\n" | 952 " pullup\n" |