Merge commit '8f8caca224'
* commit '8f8caca224': Add support for BDAV/m2ts-mode muxing Conflicts: libavformat/mpegtsenc.c See:09a858da7dMerged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d76adfae9c
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ static void mpegts_prefix_m2ts_header(AVFormatContext *s)
|
|||
uint32_t tp_extra_header = pcr % 0x3fffffff;
|
||||
tp_extra_header = AV_RB32(&tp_extra_header);
|
||||
avio_write(s->pb, (unsigned char *) &tp_extra_header,
|
||||
sizeof(tp_extra_header));
|
||||
sizeof(tp_extra_header));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue