summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index b821b9c5fa..ca6b9ca096 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -168,7 +168,7 @@ static bool vbr_fix(char *selected_file)
168 /* Note: We don't need to pass a template header because it will be 168 /* Note: We don't need to pass a template header because it will be
169 taken from the mpeg stream */ 169 taken from the mpeg stream */
170 framelen = rb->create_xing_header(fd, entry.first_frame_offset, 170 framelen = rb->create_xing_header(fd, entry.first_frame_offset,
171 flen, xingbuf, num_frames, 171 flen, xingbuf, num_frames, 0,
172 0, xingupdate, true); 172 0, xingupdate, true);
173 173
174 /* Try to fit the Xing header first in the stream. Replace the existing 174 /* Try to fit the Xing header first in the stream. Replace the existing