summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/aviwrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/aviwrite.cpp')
-rw-r--r--src/osd/modules/render/aviwrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/aviwrite.cpp b/src/osd/modules/render/aviwrite.cpp
index 239a6d05d43..013a81bbb9f 100644
--- a/src/osd/modules/render/aviwrite.cpp
+++ b/src/osd/modules/render/aviwrite.cpp
@@ -130,7 +130,7 @@ void avi_write::video_frame(bitmap_rgb32& snap)
}
}
-void avi_write::audio_frame(const INT16 *buffer, int samples_this_frame)
+void avi_write::audio_frame(const int16_t *buffer, int samples_this_frame)
{
// only record if we have a file
if (m_output_file != nullptr)