diff ws-snd1.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 2acf0ae7b041
line wrap: on
line diff
--- a/ws-snd1.c	Wed Jul 30 18:21:51 2008 +0000
+++ b/ws-snd1.c	Thu Jul 31 10:47:31 2008 +0000
@@ -40,6 +40,7 @@
 {
 //    WSSNDContext *c = avctx->priv_data;
 
+    avctx->sample_fmt = SAMPLE_FMT_S16;
     return 0;
 }