comparison dxa.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
324 CODEC_ID_DXA, 324 CODEC_ID_DXA,
325 sizeof(DxaDecContext), 325 sizeof(DxaDecContext),
326 decode_init, 326 decode_init,
327 NULL, 327 NULL,
328 decode_end, 328 decode_end,
329 decode_frame 329 decode_frame,
330 .long_name = "Feeble Files/ScummVM DXA",
330 }; 331 };
331 332