diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-07 13:49:44 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-07 13:49:44 +0000 |
commit | 1156c6b05fb365237aa3cbfe5414cc7ea72314ba (patch) | |
tree | b1f5cae860c44484c9bd766bf8976725864eb630 /libavformat/beosaudio.cpp | |
parent | c7682de075099bb05d44c7d4730baa55cc9e44f2 (diff) | |
download | ffmpeg-1156c6b05fb365237aa3cbfe5414cc7ea72314ba.tar.gz |
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
-f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/beosaudio.cpp')
-rw-r--r-- | libavformat/beosaudio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/beosaudio.cpp b/libavformat/beosaudio.cpp index 48e01d86bd..d942d7e45d 100644 --- a/libavformat/beosaudio.cpp +++ b/libavformat/beosaudio.cpp @@ -422,7 +422,7 @@ static int audio_read_close(AVFormatContext *s1) } static AVInputFormat audio_beos_demuxer = { - "audio_device", + "audio_beos", "audio grab and output", sizeof(AudioData), NULL, @@ -434,7 +434,7 @@ static AVInputFormat audio_beos_demuxer = { }; AVOutputFormat audio_beos_muxer = { - "audio_device", + "audio_beos", "audio grab and output", "", "", |