comparison smacker.c @ 7451:85ab7655ad4d libavcodec

Modify all codecs to report their supported input and output sample format(s).
author pross
date Thu, 31 Jul 2008 10:47:31 +0000
parents e943e1409077
children f11197441364
comparison
equal deleted inserted replaced
7450:30d38a880fde 7451:85ab7655ad4d
556 } 556 }
557 557
558 558
559 static av_cold int smka_decode_init(AVCodecContext *avctx) 559 static av_cold int smka_decode_init(AVCodecContext *avctx)
560 { 560 {
561 avctx->sample_fmt = SAMPLE_FMT_S16;
561 return 0; 562 return 0;
562 } 563 }
563 564
564 /** 565 /**
565 * Decode Smacker audio data 566 * Decode Smacker audio data