Commit d76adfae authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '8f8caca2'

* commit '8f8caca2':
  Add support for BDAV/m2ts-mode muxing

Conflicts:
	libavformat/mpegtsenc.c

See: 09a858daMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fc469e5c 8f8caca2
......@@ -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));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment