comparison vmnc.c @ 6723:2ced96d3cde0 libavcodec

Transform codec short name into a single word. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Wed, 30 Apr 2008 09:29:15 +0000
parents 6eeb19edcee3
children e943e1409077
comparison
equal deleted inserted replaced
6722:6eeb19edcee3 6723:2ced96d3cde0
508 av_free(c->screendta); 508 av_free(c->screendta);
509 return 0; 509 return 0;
510 } 510 }
511 511
512 AVCodec vmnc_decoder = { 512 AVCodec vmnc_decoder = {
513 "VMware video", 513 "vmnc",
514 CODEC_TYPE_VIDEO, 514 CODEC_TYPE_VIDEO,
515 CODEC_ID_VMNC, 515 CODEC_ID_VMNC,
516 sizeof(VmncContext), 516 sizeof(VmncContext),
517 decode_init, 517 decode_init,
518 NULL, 518 NULL,