|
2 | 2 | | |
3 | 3 | | AP4 - Elementary Stream Muliplexer |
4 | 4 | | |
5 | | -| Copyright 2002-2016 Axiomatic Systems, LLC |
| 5 | +| Copyright 2002-2019 Axiomatic Systems, LLC |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). |
|
39 | 39 | /*---------------------------------------------------------------------- |
40 | 40 | | constants |
41 | 41 | +---------------------------------------------------------------------*/ |
42 | | -#define BANNER "MP4 Elementary Stream Multiplexer - Version 1.1\n"\ |
| 42 | +#define BANNER "MP4 Elementary Stream Multiplexer - Version 2.0\n"\ |
43 | 43 | "(Bento4 Version " AP4_VERSION_STRING ")\n"\ |
44 | | - "(c) 2002-20016 Axiomatic Systems, LLC" |
| 44 | + "(c) 2002-20019 Axiomatic Systems, LLC" |
45 | 45 |
|
46 | 46 | const unsigned int AP4_MUX_DEFAULT_VIDEO_FRAME_RATE = 24; |
47 | 47 | const unsigned int AP4_MUX_READ_BUFFER_SIZE = 65536; |
@@ -717,8 +717,8 @@ AddH265Track(AP4_Movie& movie, |
717 | 717 | AP4_UI32 min_spatial_segmentation = 0; // TBD (should read from VUI if present) |
718 | 718 | AP4_UI08 parallelism_type = 0; // unknown |
719 | 719 | AP4_UI08 chroma_format = sps->chroma_format_idc; |
720 | | - AP4_UI08 luma_bit_depth = 8; // FIXME: hardcoded temporarily, should be read from the bitstream |
721 | | - AP4_UI08 chroma_bit_depth = 8; // FIXME: hardcoded temporarily, should be read from the bitstream |
| 720 | + AP4_UI08 luma_bit_depth = 8; // hardcoded temporarily, should be read from the bitstream |
| 721 | + AP4_UI08 chroma_bit_depth = 8; // hardcoded temporarily, should be read from the bitstream |
722 | 722 | AP4_UI16 average_frame_rate = 0; // unknown |
723 | 723 | AP4_UI08 constant_frame_rate = 0; // unknown |
724 | 724 | AP4_UI08 num_temporal_layers = 0; // unknown |
|
0 commit comments