diff imc.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 b3c980b12aaa
children ef9f95604644
line wrap: on
line diff
--- a/imc.c	Wed Jul 30 18:21:51 2008 +0000
+++ b/imc.c	Thu Jul 31 10:47:31 2008 +0000
@@ -154,6 +154,7 @@
 
     ff_fft_init(&q->fft, 7, 1);
     dsputil_init(&q->dsp, avctx);
+    avctx->sample_fmt = SAMPLE_FMT_S16;
     return 0;
 }