From 1156c6b05fb365237aa3cbfe5414cc7ea72314ba Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 7 Sep 2007 13:49:44 +0000 Subject: 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 --- libavformat/audio.c | 4 ++-- libavformat/beosaudio.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libavformat') diff --git a/libavformat/audio.c b/libavformat/audio.c index 8c5df94be5..6122b8be00 100644 --- a/libavformat/audio.c +++ b/libavformat/audio.c @@ -309,7 +309,7 @@ static int audio_read_close(AVFormatContext *s1) #ifdef CONFIG_OSS_DEMUXER AVInputFormat oss_demuxer = { - "audio_device", + "oss", "audio grab and output", sizeof(AudioData), NULL, @@ -322,7 +322,7 @@ AVInputFormat oss_demuxer = { #ifdef CONFIG_OSS_MUXER AVOutputFormat oss_muxer = { - "audio_device", + "oss", "audio grab and output", "", "", 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", "", "", -- cgit v1.2.3