aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/recorder/muxer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recorder/muxer.c')
-rw-r--r--src/recorder/muxer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorder/muxer.c b/src/recorder/muxer.c
index ff4ec06..806921d 100644
--- a/src/recorder/muxer.c
+++ b/src/recorder/muxer.c
@@ -197,7 +197,7 @@ bool gsr_recording_output_start(gsr_recording_output *self, const char *filename
bool gsr_recording_output_stop(gsr_recording_output *self) {
bool trailer_written = true;
- if(av_write_trailer(self->av_format_context) != 0) {
+ if(gsr_av_format_context_write_trailer(self->av_format_context) != 0) {
//trailer_written = false;
}