diff qdm2.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 fe8a7f5905e4
children 7a463923ecd1
line wrap: on
line diff
--- a/qdm2.c	Wed Jul 30 18:21:51 2008 +0000
+++ b/qdm2.c	Thu Jul 31 10:47:31 2008 +0000
@@ -1931,6 +1931,8 @@
 
     qdm2_init(s);
 
+    avctx->sample_fmt = SAMPLE_FMT_S16;
+
 //    dump_context(s);
     return 0;
 }