Modify all codecs to report their supported input and output sample format(s).

Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross
2008-07-31 10:47:31 +00:00
parent c8fd5da42f
commit fd76c37fd9
46 changed files with 94 additions and 26 deletions

View File

@@ -313,6 +313,7 @@ static av_cold int faac_decode_init(AVCodecContext *avctx)
if(!s->init && avctx->channels > 0)
channel_setup(avctx);
avctx->sample_fmt = SAMPLE_FMT_S16;
return 0;
}