comparison v210x.c @ 11065:fbeb4ea31f87 libavcodec

Add v210x decoder long name
author pross
date Sun, 31 Jan 2010 12:06:33 +0000
parents d7ed9dcc78e3
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11064:86ec27e828b5 11065:fbeb4ea31f87
140 decode_init, 140 decode_init,
141 NULL, 141 NULL,
142 decode_close, 142 decode_close,
143 decode_frame, 143 decode_frame,
144 CODEC_CAP_DR1, 144 CODEC_CAP_DR1,
145 .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
145 }; 146 };