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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user