comparison ulti.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
408 ulti_decode_init, 408 ulti_decode_init,
409 NULL, 409 NULL,
410 ulti_decode_end, 410 ulti_decode_end,
411 ulti_decode_frame, 411 ulti_decode_frame,
412 CODEC_CAP_DR1, 412 CODEC_CAP_DR1,
413 NULL 413 NULL,
414 .long_name = "IBM UltiMotion",
414 }; 415 };
415 416