comparison libdiracdec.c @ 6819:43bede126ef6 libavcodec

missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sat, 17 May 2008 10:20:01 +0000
parents df467cebd0d3
children e943e1409077
comparison
equal deleted inserted replaced
6818:0f70462b5c21 6819:43bede126ef6
202 libdirac_decode_init, 202 libdirac_decode_init,
203 NULL, 203 NULL,
204 libdirac_decode_close, 204 libdirac_decode_close,
205 libdirac_decode_frame, 205 libdirac_decode_frame,
206 CODEC_CAP_DELAY, 206 CODEC_CAP_DELAY,
207 .flush = libdirac_flush 207 .flush = libdirac_flush,
208 .long_name = "libdirac Dirac 2.2",
208 } ; 209 } ;