comparison txd.c @ 6722:6eeb19edcee3 libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 21:31:21 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6721:1c3bcb60bed4 6722:6eeb19edcee3
160 txd_init, 160 txd_init,
161 NULL, 161 NULL,
162 txd_end, 162 txd_end,
163 txd_decode_frame, 163 txd_decode_frame,
164 0, 164 0,
165 NULL 165 NULL,
166 .long_name = "Renderware TXD (TeXture Dictionary) image",
166 }; 167 };