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

Conflicts:
	libavformat/mpegtsenc.c

See: 09a858da7d
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-12-02 22:39:01 +01:00
commit d76adfae9c

View file

@ -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));
}
}