shaka-packager/packager/media
Rintaro Kuroiwa 15fd745fa7 Remove redundant flags in H264SliceHeader
- luma_weight_l0_flag, luma_weight_l1_flag,
  chroma_weight_l0_flag, chroma_weight_l1_flag were there but not set.
- The user should use the values in pred_weight_table_l0 and
  pred_weight_table_l1 instead which are set.

Change-Id: Ic9c44fb113717346938a339faf074daa32d4c2d2
2017-03-17 00:05:36 +00:00
..
base Use size_t as the type of stream_index 2017-03-16 20:54:48 +00:00
chunking Use size_t as the type of stream_index 2017-03-16 20:54:48 +00:00
codecs Remove redundant flags in H264SliceHeader 2017-03-17 00:05:36 +00:00
crypto Use size_t as the type of stream_index 2017-03-16 20:54:48 +00:00
event Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00
file Add support for udp_file in Windows. (#185) 2017-01-10 10:05:28 -08:00
formats Use size_t as the type of stream_index 2017-03-16 20:54:48 +00:00
test Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00