diff audio.c @ 2535:2ede5472f331 libavformat

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.
author ramiro
date Fri, 07 Sep 2007 13:49:44 +0000
parents bbfeec27c98c
children 59fb7b65fcc6
line wrap: on
line diff
--- a/audio.c	Fri Sep 07 13:43:40 2007 +0000
+++ b/audio.c	Fri Sep 07 13:49:44 2007 +0000
@@ -309,7 +309,7 @@
 
 #ifdef CONFIG_OSS_DEMUXER
 AVInputFormat oss_demuxer = {
-    "audio_device",
+    "oss",
     "audio grab and output",
     sizeof(AudioData),
     NULL,
@@ -322,7 +322,7 @@
 
 #ifdef CONFIG_OSS_MUXER
 AVOutputFormat oss_muxer = {
-    "audio_device",
+    "oss",
     "audio grab and output",
     "",
     "",