diff liba52.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 dc1a7a6ec58d
line wrap: on
line diff
--- a/liba52.c	Wed Jul 30 18:21:51 2008 +0000
+++ b/liba52.c	Thu Jul 31 10:47:31 2008 +0000
@@ -119,6 +119,7 @@
         avctx->channels = avctx->request_channels;
     }
 
+    avctx->sample_fmt = SAMPLE_FMT_S16;
     return 0;
 }