]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/oss.h
avdevice: Apply a more consistent file naming scheme
[ffmpeg] / libavdevice / oss.h
similarity index 93%
rename from libavdevice/oss_audio.h
rename to libavdevice/oss.h
index 87ac4adfd5222da9532a9fbaa4d0ca79eb11d0d4..0fbe14b3ec1ab21ba6599df0cf895eba7057c8c4 100644 (file)
@@ -16,8 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVDEVICE_OSS_AUDIO_H
-#define AVDEVICE_OSS_AUDIO_H
+#ifndef AVDEVICE_OSS_H
+#define AVDEVICE_OSS_H
 
 #include "libavcodec/avcodec.h"
 
@@ -42,4 +42,4 @@ int ff_oss_audio_open(AVFormatContext *s1, int is_output,
 
 int ff_oss_audio_close(OSSAudioData *s);
 
-#endif /* AVDEVICE_OSS_AUDIO_H */
+#endif /* AVDEVICE_OSS_H */