1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

y420 vs i420 typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14167 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-12-16 23:54:59 +00:00
parent e7d017b240
commit 368eb52002
11 changed files with 11 additions and 11 deletions

View File

@ -1069,7 +1069,7 @@ nastav
šířka obrázku v pixelech
.IPs h=<hodnota>
výška obrázku v pixelech
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
nastaví barevnou hloubku
.IPs format=<hodnota>
barevná hloubka (fourcc) v hexadecimálním tvaru

View File

@ -1096,7 +1096,7 @@ setzt die Standardbildgr
Bildbreite in Pixeln
.IPs h=<Wert>
Bildhöhe in Pixeln
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
wählt den Farbraum
.IPs format=<Wert>
gibt die FourCC des Farbraums in Hex an

View File

@ -1065,7 +1065,7 @@ set standard image size
image width in pixels
.IPs h=<value>
image height in pixels
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
set colorspace
.IPs format=<value>
colorspace (fourcc) in hex

View File

@ -1050,7 +1050,7 @@ ancho de la imagen en pixels
.IPs h=<valor>
alto de la imagen en pixels
image height in pixels
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
establece espacio de color
.IPs format=<valor>
espacio de color (fourcc) en hex

View File

@ -1129,7 +1129,7 @@ d
largeur de l'image en pixels
.IPs h=<valeur>
hauteur de l'image en pixels
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
définie l'espace de couleurs
.IPs format=<valeur>
espace de couleur (fourcc) en hexa

View File

@ -846,7 +846,7 @@ k
kép szélessége pixelben
.IPs h=<érték>
kép magassága pixelben
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
colorspace beállítása
.IPs format=<érték>
colorspace (fourcc) hexában

View File

@ -1115,7 +1115,7 @@ Seleziona una dimensione standard per il video
larghezza immagine in pixel
.IPs h=<valore>
altezza immagine in pixel
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
seleziona lo spazio coloro
.IPs format=<valore>
spazio colore (fourcc) in esadecimale

View File

@ -1089,7 +1089,7 @@ ustawia jedn
szerokość obrazu w pikselach
.IPs h=<wartość>
wysokość obrazu w pikselach
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
ustaw przestrzeń kolorów
.IPs format=<wartość>
przestrzeń kolorów (fourcc) w hex

View File

@ -1051,7 +1051,7 @@ set standard image size
image width in pixels
.IPs h=<value>
image height in pixels
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
set colorspace
.IPs format=<value>
colorspace (fourcc) in hex

View File

@ -569,7 +569,7 @@ Full 5.1
以像素为单位的图像宽
.IPs h=<参数>
以像素为单位的图像高
.IPs y420|yv12|yuy2|y8
.IPs i420|yv12|yuy2|y8
设置色彩空间
.IPs format=<参数>
16进制的色彩空间(fourcc)

View File

@ -38,7 +38,7 @@ m_option_t demux_rawvideo_opts[] = {
// format:
{ "format", &format, CONF_TYPE_IMGFMT, 0, 0 , 0, NULL },
// below options are obsolete
{ "y420", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_I420, NULL },
{ "i420", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_I420, NULL },
{ "yv12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_YV12, NULL },
{ "nv12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_NV12, NULL },
{ "hm12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_HM12, NULL },