Mercurial > libavformat.hg
diff beosaudio.cpp @ 30:90fd30dd68b3 libavformat
grab device is in AVFormatParameter (at least better than global variable)
| author | bellard |
|---|---|
| date | Thu, 23 Jan 2003 10:33:16 +0000 |
| parents | 05318cf2e886 |
| children | ad9bcf041e8e |
line wrap: on
line diff
--- a/beosaudio.cpp Thu Jan 23 09:55:19 2003 +0000 +++ b/beosaudio.cpp Thu Jan 23 10:33:16 2003 +0000 @@ -34,9 +34,6 @@ /* enable performance checks */ //#define PERF_CHECK -//const char *audio_device = "/dev/dsp"; -const char *audio_device = "beosaudio:"; - /* Pipes are 4k in BeOS IIRC */ #define AUDIO_BLOCK_SIZE 4096 //#define AUDIO_BLOCK_SIZE 2048
