commit | fd76c37fd9f564b4e979fbe20ecfcfad13f8b4f4 | [log] [tgz] |
---|---|---|
author | Peter Ross <[email protected]> | Thu Jul 31 10:47:31 2008 |
committer | Peter Ross <[email protected]> | Thu Jul 31 10:47:31 2008 |
tree | e391aec76fcfa666a50c7ccce172ff7a8d140da9 | |
parent | c8fd5da42fffc92268a0e23335af36580f2a2a4b [diff] [blame] |
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
diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c index a975db3..565b858 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c
@@ -108,6 +108,7 @@ } } vlc_initialized = 1; + avctx->sample_fmt = SAMPLE_FMT_S16; return 0; }