Mercurial > libavformat.hg
diff audio.c @ 2534:bbfeec27c98c libavformat
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
| author | ramiro |
|---|---|
| date | Fri, 07 Sep 2007 13:43:40 +0000 |
| parents | b21c2af60bc9 |
| children | 2ede5472f331 |
line wrap: on
line diff
--- a/audio.c Thu Sep 06 05:14:09 2007 +0000 +++ b/audio.c Fri Sep 07 13:43:40 2007 +0000 @@ -307,8 +307,8 @@ return 0; } -#ifdef CONFIG_AUDIO_DEMUXER -AVInputFormat audio_demuxer = { +#ifdef CONFIG_OSS_DEMUXER +AVInputFormat oss_demuxer = { "audio_device", "audio grab and output", sizeof(AudioData), @@ -320,8 +320,8 @@ }; #endif -#ifdef CONFIG_AUDIO_MUXER -AVOutputFormat audio_muxer = { +#ifdef CONFIG_OSS_MUXER +AVOutputFormat oss_muxer = { "audio_device", "audio grab and output", "",
