comparison libschroedingerdec.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 7cd794be03ae
children e943e1409077
comparison
equal deleted inserted replaced
6818:0f70462b5c21 6819:43bede126ef6
302 libschroedinger_decode_init, 302 libschroedinger_decode_init,
303 NULL, 303 NULL,
304 libschroedinger_decode_close, 304 libschroedinger_decode_close,
305 libschroedinger_decode_frame, 305 libschroedinger_decode_frame,
306 CODEC_CAP_DELAY, 306 CODEC_CAP_DELAY,
307 .flush = libschroedinger_flush 307 .flush = libschroedinger_flush,
308 .long_name = "libschroedinger Dirac 2.2",
308 }; 309 };