comparison imgconvert.c @ 5963:80103098c797 libavcodec

spelling
author vitor
date Sat, 01 Dec 2007 22:21:04 +0000
parents 3e5e2bafe35c
children 08e4fbdbf554
comparison
equal deleted inserted replaced
5962:a6c9aa23d379 5963:80103098c797
1933 - PIX_FMT_YUV444P and PIX_FMT_YUVJ444P must convert to and from 1933 - PIX_FMT_YUV444P and PIX_FMT_YUVJ444P must convert to and from
1934 PIX_FMT_RGB24. 1934 PIX_FMT_RGB24.
1935 1935
1936 - PIX_FMT_422 must convert to and from PIX_FMT_422P. 1936 - PIX_FMT_422 must convert to and from PIX_FMT_422P.
1937 1937
1938 The other conversion functions are just optimisations for common cases. 1938 The other conversion functions are just optimizations for common cases.
1939 */ 1939 */
1940 static const ConvertEntry convert_table[PIX_FMT_NB][PIX_FMT_NB] = { 1940 static const ConvertEntry convert_table[PIX_FMT_NB][PIX_FMT_NB] = {
1941 [PIX_FMT_YUV420P] = { 1941 [PIX_FMT_YUV420P] = {
1942 [PIX_FMT_YUYV422] = { 1942 [PIX_FMT_YUYV422] = {
1943 .convert = yuv420p_to_yuyv422, 1943 .convert = yuv420p_to_yuyv422,