git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix partition index byte count
[ffmpeg.git]
/
libavformat
/
mxfenc.c
diff --git
a/libavformat/mxfenc.c
b/libavformat/mxfenc.c
index
50fe235
..
e287e55
100644
(file)
--- a/
libavformat/mxfenc.c
+++ b/
libavformat/mxfenc.c
@@
-1176,7
+1176,7
@@
static void mxf_write_partition(AVFormatContext *s, int bodysid,
index_byte_count = 85 + 12+(s->nb_streams+1)*6 +
12+mxf->edit_units_count*(11+mxf->slice_count*4);
else if (mxf->edit_unit_byte_count && indexsid)
- index_byte_count = 8
5
;
+ index_byte_count = 8
0
;
if (index_byte_count) {
// add encoded ber length