diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 10:33:16 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 10:33:16 +0000 |
commit | 7f172339fdcdeb0393c1a296da95acb6fc57d3b8 (patch) | |
tree | ed930c7e3f091d4bd816974e8da19c548eab08f9 /libavformat/beosaudio.cpp | |
parent | 79a7c2683e12398725dbf2fa8984ea371a6965ce (diff) | |
download | ffmpeg-7f172339fdcdeb0393c1a296da95acb6fc57d3b8.tar.gz |
grab device is in AVFormatParameter (at least better than global variable)
Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/beosaudio.cpp')
-rw-r--r-- | libavformat/beosaudio.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/beosaudio.cpp b/libavformat/beosaudio.cpp index a1ae0a53c8..d2a52800e6 100644 --- a/libavformat/beosaudio.cpp +++ b/libavformat/beosaudio.cpp @@ -34,9 +34,6 @@ extern "C" { /* 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 |