Mercurial > libavformat.hg
diff allformats.c @ 1324:024cf76ac4d1 libavformat
WavPack lossless audio decoder
| author | kostya |
|---|---|
| date | Tue, 26 Sep 2006 03:41:51 +0000 |
| parents | faf64f0d3445 |
| children | 0899bfe4105c |
line wrap: on
line diff
--- a/allformats.c Fri Sep 22 10:03:04 2006 +0000 +++ b/allformats.c Tue Sep 26 03:41:51 2006 +0000 @@ -461,6 +461,9 @@ #ifdef CONFIG_WSVQA_DEMUXER av_register_input_format(&wsvqa_demuxer); #endif +#ifdef CONFIG_WV_DEMUXER + av_register_input_format(&wv_demuxer); +#endif #ifdef CONFIG_YUV4MPEGPIPE_MUXER av_register_output_format(&yuv4mpegpipe_muxer); #endif
