]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/audio.c
cosmetics: reindent
[ffmpeg] / libavformat / audio.c
index 8c5df94be5b587ba41c6a9ef7be2bbb6f789df6f..6122b8be00bacbd58be71ff47fc8d406085ea0b1 100644 (file)
@@ -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",
     "",
     "",