[FFmpeg-devel] [PATCH] avformat/utils: Preserve packet duration when parsing is done only for headers

Michael Niedermayer michaelni at gmx.at
Wed Apr 15 00:32:14 CEST 2015


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavformat/utils.c      |    2 +-
 tests/ref/fate/mkv       |  144 ++++++++++++++--------------
 tests/ref/fate/vp8-alpha |  240 +++++++++++++++++++++++-----------------------
 3 files changed, 193 insertions(+), 193 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index a7440f5..6c7ca0a 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1223,7 +1223,7 @@ static int parse_packet(AVFormatContext *s, AVPacket *pkt, int stream_index)
         }
 
         /* set the duration */
-        out_pkt.duration = 0;
+        out_pkt.duration = (st->parser->flags & PARSER_FLAG_COMPLETE_FRAMES) ? pkt->duration : 0;
         if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO) {
             if (st->codec->sample_rate > 0) {
                 out_pkt.duration =
diff --git a/tests/ref/fate/mkv b/tests/ref/fate/mkv
index 84608fd..aea378a 100644
--- a/tests/ref/fate/mkv
+++ b/tests/ref/fate/mkv
@@ -2,217 +2,217 @@
 #extradata 1:        2, 0x00b200a1
 #tb 0: 1/1000
 #tb 1: 1/1000
-0,        -42,          0,        0,    63501, 0x139d4c99
-0,          0,         84,        0,     5368, 0xd964b678, F=0x0
+0,        -42,          0,       41,    63501, 0x139d4c99
+0,          0,         84,       41,     5368, 0xd964b678, F=0x0
 1,          8,          8,       21,      528, 0x3c990ddf
 1,         29,         29,       21,      510, 0xc16e0719
-0,         42,         42,        0,     1840, 0x097b6726, F=0x0
+0,         42,         42,       41,     1840, 0x097b6726, F=0x0
 1,         50,         50,       21,      500, 0x6248f603
 1,         71,         71,       22,      491, 0xe767f705
-0,         84,        167,        0,     7168, 0xaa5913ed, F=0x0
+0,         84,        167,       41,     7168, 0xaa5913ed, F=0x0
 1,         93,         93,       21,      506, 0x4340f3f3
 1,        114,        114,       21,      492, 0xf11c0210
-0,        125,        125,        0,     2129, 0x6ab0db3e, F=0x0
+0,        125,        125,       41,     2129, 0x6ab0db3e, F=0x0
 1,        135,        135,       21,      502, 0x314b007e
 1,        156,        156,       22,      507, 0x76de0162
-0,        167,        250,        0,     7230, 0x3fd63940, F=0x0
+0,        167,        250,       41,     7230, 0x3fd63940, F=0x0
 1,        179,        179,       21,      501, 0x0538fa45
 1,        200,        200,       21,      521, 0xc89f06d2
-0,        209,        209,        0,     2114, 0xfceafb26, F=0x0
+0,        209,        209,       41,     2114, 0xfceafb26, F=0x0
 1,        221,        221,       21,      646, 0x8d8d3599
 1,        242,        242,       22,      661, 0x222242de
-0,        250,        334,        0,    63420, 0x5ca6250f, F=0x0
+0,        250,        334,       41,    63420, 0x5ca6250f, F=0x0
 1,        264,        264,       21,      609, 0xc0dc255c
 1,        285,        285,       21,      619, 0x9ac52dd1
-0,        292,        292,        0,    16751, 0xf293ab46, F=0x0
-0,        292,        417,        0,    22029, 0x3696462b, F=0x0
+0,        292,        292,       41,    16751, 0xf293ab46, F=0x0
+0,        292,        417,       41,    22029, 0x3696462b, F=0x0
 1,        306,        306,       21,      574, 0xf6410d4d
 1,        327,        327,       22,      565, 0xfd561191
 1,        350,        350,       21,      713, 0x48425147
 1,        371,        371,       21,      537, 0x09bbf515
-0,        375,        375,        0,     5044, 0xa0344ae6, F=0x0
+0,        375,        375,       41,     5044, 0xa0344ae6, F=0x0
 1,        392,        392,       21,      486, 0x7946e28c
 1,        413,        413,       22,      499, 0xa770f22a
-0,        417,        500,        0,    25289, 0x46f9a219, F=0x0
+0,        417,        500,       41,    25289, 0x46f9a219, F=0x0
 1,        435,        435,       21,      506, 0x355ef81d
 1,        456,        456,       21,      474, 0x6d24e2c5
-0,        459,        459,        0,    12871, 0x23e570c4, F=0x0
+0,        459,        459,       41,    12871, 0x23e570c4, F=0x0
 1,        477,        477,       21,      494, 0x7d77e90f
 1,        498,        498,       22,      524, 0x6c82fdd2
-0,        500,        584,        0,    29580, 0xd051ad0c, F=0x0
+0,        500,        584,       41,    29580, 0xd051ad0c, F=0x0
 1,        520,        520,       21,      482, 0xe625f255
 1,        541,        541,       21,      533, 0xed00fd16
-0,        542,        542,        0,     9221, 0xfa1bdf6c, F=0x0
+0,        542,        542,       41,     9221, 0xfa1bdf6c, F=0x0
 1,        562,        562,       21,      524, 0x65cdf879
 1,        583,        583,       22,      533, 0xee26f570
-0,        584,        667,        0,    22238, 0x4e0daf3e, F=0x0
+0,        584,        667,       41,    22238, 0x4e0daf3e, F=0x0
 1,        605,        605,       21,      621, 0xed9f23cc
-0,        625,        625,        0,     7627, 0xc566337e, F=0x0
+0,        625,        625,       41,     7627, 0xc566337e, F=0x0
 1,        626,        626,       21,      400, 0xe4fdb43a
 1,        647,        647,       21,      428, 0xd7eacd61
-0,        667,        750,        0,    23124, 0x3bad1f16, F=0x0
+0,        667,        750,       41,    23124, 0x3bad1f16, F=0x0
 1,        668,        668,       22,      442, 0xef1fda0b
 1,        691,        691,       21,      450, 0x1c58e44b
-0,        709,        709,        0,     7093, 0x3ab77cce, F=0x0
+0,        709,        709,       41,     7093, 0x3ab77cce, F=0x0
 1,        712,        712,       21,      487, 0x0e5feab7
 1,        733,        733,       21,      465, 0x984adca9
-0,        750,        834,        0,    23210, 0xa7851bbf, F=0x0
+0,        750,        834,       41,    23210, 0xa7851bbf, F=0x0
 1,        754,        754,       22,      479, 0x0960e535
 1,        776,        776,       21,      489, 0x2f3ffc02
-0,        792,        792,        0,    16045, 0x33039eb5, F=0x0
+0,        792,        792,       41,    16045, 0x33039eb5, F=0x0
 1,        797,        797,       21,      505, 0x541aff95
 1,        818,        818,       21,      485, 0xb7a5e7f8
-0,        834,        917,        0,    24859, 0x317ea0f2, F=0x0
+0,        834,        917,       41,    24859, 0x317ea0f2, F=0x0
 1,        839,        839,       22,      537, 0xb0dd1072
 1,        862,        862,       21,      485, 0x6e9eee58
-0,        875,        875,        0,     7589, 0x02a8e5d5, F=0x0
+0,        875,        875,       41,     7589, 0x02a8e5d5, F=0x0
 1,        883,        883,       21,      480, 0x0a6fec0b
 1,        904,        904,       21,      496, 0x6ff8ee65
-0,        917,        959,        0,    19208, 0xdfb1a109, F=0x0
+0,        917,        959,       41,    19208, 0xdfb1a109, F=0x0
 1,        925,        925,       21,      505, 0x75a308b8
 1,        946,        946,       21,      512, 0x9628f3da
-0,        959,       2000,        0,    60241, 0x43fcc627
+0,        959,       2000,       41,    60241, 0x43fcc627
 1,        967,        967,       22,      506, 0xefc901cf
 1,        990,        990,       21,      487, 0x1fd3edc8
 1,       1011,       1011,       21,      485, 0x8ccde513
 1,       1993,       1993,       21,      459, 0x725ede33
-0,       2000,       2084,        0,    23528, 0xc1dd888a, F=0x0
+0,       2000,       2084,       41,    23528, 0xc1dd888a, F=0x0
 1,       2014,       2014,       21,      481, 0x2cd7e611
 1,       2035,       2035,       21,      473, 0x14f2d777
-0,       2042,       2042,        0,     9206, 0x8f8cb89b, F=0x0
+0,       2042,       2042,       41,     9206, 0x8f8cb89b, F=0x0
 1,       2056,       2056,       21,      543, 0x0f6dfccf
 1,       2077,       2077,       22,      489, 0x8049f5df
-0,       2084,       2167,        0,    34864, 0x3a343fe0, F=0x0
+0,       2084,       2167,       41,    34864, 0x3a343fe0, F=0x0
 1,       2099,       2099,       21,      480, 0xaa82edfc
 1,       2120,       2120,       21,      505, 0xea87f3e9
-0,       2125,       2125,        0,    12516, 0x885c8e4d, F=0x0
+0,       2125,       2125,       41,    12516, 0x885c8e4d, F=0x0
 1,       2141,       2141,       21,      474, 0x0760e6a1
 1,       2162,       2162,       22,      547, 0xcde40a72
-0,       2167,       2250,        0,    21215, 0x4428040b, F=0x0
+0,       2167,       2250,       41,    21215, 0x4428040b, F=0x0
 1,       2184,       2184,       21,      606, 0x4e401ec6
 1,       2205,       2205,       21,      611, 0xd13e18b6
-0,       2209,       2209,        0,    11811, 0xfe46f6c7, F=0x0
+0,       2209,       2209,       41,    11811, 0xfe46f6c7, F=0x0
 1,       2226,       2226,       21,      492, 0xe2a3ea95
 1,       2247,       2247,       22,      582, 0x15fe1df5
-0,       2250,       2334,        0,    18643, 0xdcd87177, F=0x0
+0,       2250,       2334,       41,    18643, 0xdcd87177, F=0x0
 1,       2269,       2269,       21,      455, 0x3753cfd3
 1,       2290,       2290,       21,      467, 0x9342cfed
-0,       2292,       2292,        0,     4578, 0x0bacbdaf, F=0x0
+0,       2292,       2292,       41,     4578, 0x0bacbdaf, F=0x0
 1,       2311,       2311,       21,      422, 0x080ec43e
 1,       2332,       2332,       22,      466, 0xefb8e9aa
-0,       2334,       2417,        0,    25403, 0x49348e8b, F=0x0
+0,       2334,       2417,       41,    25403, 0x49348e8b, F=0x0
 1,       2355,       2355,       21,      482, 0x2455e264
-0,       2375,       2375,        0,     7254, 0xe5c672b9, F=0x0
+0,       2375,       2375,       41,     7254, 0xe5c672b9, F=0x0
 1,       2376,       2376,       21,      471, 0xb370df1e
 1,       2397,       2397,       21,      461, 0x01addfe6
-0,       2417,       2500,        0,    25215, 0x1149c259, F=0x0
+0,       2417,       2500,       41,    25215, 0x1149c259, F=0x0
 1,       2418,       2418,       22,      566, 0x93760a5d
 1,       2440,       2440,       21,      618, 0x4e8e2f95
-0,       2459,       2459,        0,    14257, 0x38956a4d, F=0x0
+0,       2459,       2459,       41,    14257, 0x38956a4d, F=0x0
 1,       2461,       2461,       21,      612, 0xc79128bc
 1,       2482,       2482,       21,      594, 0x169d1975
-0,       2500,       2584,        0,    36619, 0xca6497c5, F=0x0
+0,       2500,       2584,       41,    36619, 0xca6497c5, F=0x0
 1,       2503,       2503,       22,      488, 0xb218e907
 1,       2526,       2526,       21,      437, 0xb180c83f
-0,       2542,       2542,        0,    13152, 0x4ea52247, F=0x0
+0,       2542,       2542,       41,    13152, 0x4ea52247, F=0x0
 1,       2547,       2547,       21,      432, 0x85f8cf2b
 1,       2568,       2568,       21,      469, 0x65d0e38e
-0,       2584,       2667,        0,    31751, 0xb0140e79, F=0x0
+0,       2584,       2667,       41,    31751, 0xb0140e79, F=0x0
 1,       2589,       2589,       22,      473, 0xb4dee328
 1,       2611,       2611,       21,      462, 0xd95cd547
-0,       2625,       2625,        0,    13619, 0x97308292, F=0x0
+0,       2625,       2625,       41,    13619, 0x97308292, F=0x0
 1,       2632,       2632,       21,      470, 0x3638f48d
 1,       2653,       2653,       21,      558, 0x93c3121b
-0,       2667,       2750,        0,    32851, 0x014d2abc, F=0x0
+0,       2667,       2750,       41,    32851, 0x014d2abc, F=0x0
 1,       2674,       2674,       22,      486, 0x5983ed52
 1,       2696,       2696,       21,      507, 0x572af3c3
-0,       2709,       2709,        0,    16915, 0x3597bc67, F=0x0
+0,       2709,       2709,       41,    16915, 0x3597bc67, F=0x0
 1,       2717,       2717,       21,      480, 0xe3b3e16c
 1,       2738,       2738,       21,      492, 0x9443f00e
-0,       2750,       2834,        0,    35380, 0x728cd77a, F=0x0
+0,       2750,       2834,       41,    35380, 0x728cd77a, F=0x0
 1,       2759,       2759,       22,      480, 0x7845ea30
 1,       2781,       2781,       21,      480, 0x7d01e1a2
-0,       2792,       2792,        0,    12780, 0x84c38c29, F=0x0
+0,       2792,       2792,       41,    12780, 0x84c38c29, F=0x0
 1,       2802,       2802,       21,      505, 0x17d6f18b
 1,       2823,       2823,       21,      506, 0xca09ee14
-0,       2834,       2917,        0,    26049, 0x3788982a, F=0x0
+0,       2834,       2917,       41,    26049, 0x3788982a, F=0x0
 1,       2844,       2844,       22,      479, 0x0383f05a
 1,       2867,       2867,       21,      499, 0xa3b5e804
-0,       2875,       2875,        0,    11796, 0x0cbff503, F=0x0
+0,       2875,       2875,       41,    11796, 0x0cbff503, F=0x0
 1,       2888,       2888,       21,      494, 0x0970e72e
 1,       2909,       2909,       21,      484, 0x6f34da96
-0,       2917,       2959,        0,    16638, 0x097c9345, F=0x0
+0,       2917,       2959,       41,    16638, 0x097c9345, F=0x0
 1,       2930,       2930,       21,      492, 0x5282e9aa
 1,       2951,       2951,       21,      487, 0x6f19e15e
-0,       2959,       3000,        0,    64129, 0xc13b91ac
+0,       2959,       3000,       41,    64129, 0xc13b91ac
 1,       2972,       2972,       22,      500, 0x17aef81a
 1,       2995,       2995,       21,      510, 0xa323f6e6
-0,       3000,       3084,        0,    19338, 0xfe901382, F=0x0
+0,       3000,       3084,       41,    19338, 0xfe901382, F=0x0
 1,       3016,       3016,       21,      492, 0x49d7e74f
 1,       3038,       3038,       21,      483, 0xa78deadb
-0,       3042,       3042,        0,     4643, 0x5a05768b, F=0x0
+0,       3042,       3042,       41,     4643, 0x5a05768b, F=0x0
 1,       3059,       3059,       21,      639, 0xf2c237e9
 1,       3080,       3080,       21,      661, 0xcd604711
-0,       3084,       3167,        0,    25932, 0x395e1d01, F=0x0
+0,       3084,       3167,       41,    25932, 0x395e1d01, F=0x0
 1,       3101,       3101,       22,      647, 0xb8ee3acf
 1,       3123,       3123,       21,      575, 0x3303118e
-0,       3125,       3125,        0,     5301, 0x2aacb15c, F=0x0
+0,       3125,       3125,       41,     5301, 0x2aacb15c, F=0x0
 1,       3144,       3144,       21,      506, 0x2063eef7
 1,       3165,       3165,       21,      518, 0x7661f08e
-0,       3167,       3250,        0,    24089, 0x5cf78354, F=0x0
+0,       3167,       3250,       41,    24089, 0x5cf78354, F=0x0
 1,       3186,       3186,       22,      534, 0x2858f90e
 1,       3208,       3208,       21,      520, 0xd596f460
-0,       3209,       3209,        0,     5837, 0x1c16cfad, F=0x0
+0,       3209,       3209,       41,     5837, 0x1c16cfad, F=0x0
 1,       3229,       3229,       21,      496, 0xc2a6efed
-0,       3250,       3334,        0,    26754, 0x4cf1ad04, F=0x0
+0,       3250,       3334,       41,    26754, 0x4cf1ad04, F=0x0
 1,       3250,       3250,       21,      470, 0xcff5e778
 1,       3271,       3271,       22,      476, 0xcb63e48a
-0,       3292,       3292,        0,    11067, 0x8b0b776f, F=0x0
+0,       3292,       3292,       41,    11067, 0x8b0b776f, F=0x0
 1,       3293,       3293,       21,      516, 0xaea8f74b
 1,       3314,       3314,       21,      503, 0x5998f00d
-0,       3334,       3417,        0,    28780, 0xc610f024, F=0x0
+0,       3334,       3417,       41,    28780, 0xc610f024, F=0x0
 1,       3335,       3335,       21,      488, 0xd818dd28
 1,       3356,       3356,       22,      495, 0x2662f5b5
-0,       3375,       3375,        0,    14863, 0xd58ed8f0, F=0x0
+0,       3375,       3375,       41,    14863, 0xd58ed8f0, F=0x0
 1,       3379,       3379,       21,      499, 0x6884ec30
 1,       3400,       3400,       21,      496, 0x556bdc0e
-0,       3417,       3500,        0,    24790, 0x71e32bae, F=0x0
+0,       3417,       3500,       41,    24790, 0x71e32bae, F=0x0
 1,       3421,       3421,       21,      524, 0xa756f115
 1,       3442,       3442,       22,      505, 0xd332f37b
-0,       3459,       3459,        0,     9123, 0x6c72b7a3, F=0x0
+0,       3459,       3459,       41,     9123, 0x6c72b7a3, F=0x0
 1,       3464,       3464,       21,      494, 0xa380e41e
 1,       3485,       3485,       21,      513, 0xf26bf0a9
-0,       3500,       3584,        0,    24706, 0x9bdd9247, F=0x0
+0,       3500,       3584,       41,    24706, 0x9bdd9247, F=0x0
 1,       3506,       3506,       21,      515, 0x28fffe2a
 1,       3527,       3527,       22,      506, 0xc5a2f83c
-0,       3542,       3542,        0,     8105, 0x85b8ff64, F=0x0
+0,       3542,       3542,       41,     8105, 0x85b8ff64, F=0x0
 1,       3550,       3550,       21,      510, 0xa10bf9c7
 1,       3571,       3571,       21,      507, 0x93d1e650
-0,       3584,       3667,        0,    25402, 0xe4622ee0, F=0x0
+0,       3584,       3667,       41,    25402, 0xe4622ee0, F=0x0
 1,       3592,       3592,       21,      506, 0x1a36f285
 1,       3613,       3613,       22,      522, 0xd7a1f5e4
-0,       3625,       3625,        0,     9693, 0x910910bc, F=0x0
+0,       3625,       3625,       41,     9693, 0x910910bc, F=0x0
 1,       3635,       3635,       21,      511, 0x2e79fa62
 1,       3656,       3656,       21,      516, 0xfda2ef86
-0,       3667,       3750,        0,    31403, 0xff9934ee, F=0x0
+0,       3667,       3750,       41,    31403, 0xff9934ee, F=0x0
 1,       3677,       3677,       21,      497, 0xd65cf156
 1,       3698,       3698,       22,      480, 0xde3be560
-0,       3709,       3709,        0,    13936, 0x9b6aec9e, F=0x0
+0,       3709,       3709,       41,    13936, 0x9b6aec9e, F=0x0
 1,       3720,       3720,       21,      514, 0x7d8cf49f
 1,       3741,       3741,       21,      667, 0x7a483dec
-0,       3750,       3834,        0,    28639, 0x620b80de, F=0x0
+0,       3750,       3834,       41,    28639, 0x620b80de, F=0x0
 1,       3762,       3762,       21,      640, 0x7cd92998
 1,       3783,       3783,       22,      504, 0xe3bbf106
-0,       3792,       3792,        0,    18769, 0xf51353c4, F=0x0
+0,       3792,       3792,       41,    18769, 0xf51353c4, F=0x0
 1,       3805,       3805,       21,      498, 0xe8c6f489
 1,       3826,       3826,       21,      489, 0x620df125
-0,       3834,       3917,        0,    30240, 0x48151fb3, F=0x0
+0,       3834,       3917,       41,    30240, 0x48151fb3, F=0x0
 1,       3847,       3847,       21,      505, 0x7d73e570
 1,       3868,       3868,       22,      496, 0xc211f6c6
-0,       3875,       3875,        0,    13391, 0x4f3f112d, F=0x0
+0,       3875,       3875,       41,    13391, 0x4f3f112d, F=0x0
 1,       3891,       3891,       21,      483, 0x126fe774
 1,       3912,       3912,       21,      479, 0xac88db91
-0,       3917,       3959,        0,    19896, 0x0e667f6e, F=0x0
+0,       3917,       3959,       41,    19896, 0x0e667f6e, F=0x0
 1,       3933,       3933,       21,      480, 0x545df57b
 1,       3954,       3954,       21,      473, 0x9a37e7ef
 1,       3975,       3975,       22,      472, 0x4c8ee70d
diff --git a/tests/ref/fate/vp8-alpha b/tests/ref/fate/vp8-alpha
index e974bbc..5b10725 100644
--- a/tests/ref/fate/vp8-alpha
+++ b/tests/ref/fate/vp8-alpha
@@ -1,121 +1,121 @@
 #tb 0: 1/1000
-0,          0,          0,        0,     2108, 0x59b92a34, S=2,     1900, 0x8fb3adc5,        8, 0x00000000
-0,         32,         32,        0,      142, 0x2f2a3fed, F=0x0, S=1,      160, 0xa13346af
-0,         65,         65,        0,      157, 0x17804767, F=0x0, S=1,      209, 0x64115f15
-0,         99,         99,        0,      206, 0x537262ca, F=0x0, S=1,      317, 0x44a09dd0
-0,        132,        132,        0,      259, 0x73ff74b6, F=0x0, S=1,      384, 0x2ee2c588
-0,        165,        165,        0,      320, 0x0fcf8ce4, F=0x0, S=1,      415, 0xff68c953
-0,        199,        199,        0,      377, 0x8fffb5f5, F=0x0, S=1,      475, 0x4166f3eb
-0,        232,        232,        0,      407, 0xe476c19e, F=0x0, S=1,      193, 0x3ff75489
-0,        265,        265,        0,      539, 0x90202334, F=0x0, S=1,      681, 0x776656b0
-0,        299,        299,        0,      560, 0xc6e2168d, F=0x0, S=1,      585, 0xddc81b8a
-0,        332,        332,        0,      597, 0x201a32a7, F=0x0, S=1,      574, 0x8baa1d65
-0,        365,        365,        0,      770, 0xab2b8891, F=0x0, S=1,      666, 0xcd8e51eb
-0,        399,        399,        0,      708, 0xc2386711, F=0x0, S=1,      706, 0x046b6444
-0,        432,        432,        0,      905, 0x7211c52d, F=0x0, S=1,      814, 0x5e288def
-0,        465,        465,        0,      770, 0xda4f8574, F=0x0, S=1,      829, 0xa0e8a949
-0,        499,        499,        0,      955, 0xf9a1d77a, F=0x0, S=1,      857, 0x9b63b955
-0,        532,        532,        0,      970, 0xff4de39a, F=0x0, S=1,      153, 0x3b00416c
-0,        565,        565,        0,      978, 0x12bcf81f, F=0x0, S=1,     1181, 0xce175555
-0,        599,        599,        0,     1233, 0x2903744a, F=0x0, S=1,      860, 0x737eb566
-0,        632,        632,        0,     1118, 0x7f274f50, F=0x0, S=1,      933, 0xb669c6b6
-0,        665,        665,        0,      941, 0x6bffd4b1, F=0x0, S=1,     1058, 0x07581cee
-0,        699,        699,        0,     1598, 0xc007219f, F=0x0, S=1,      939, 0x2c0bdc45
-0,        732,        732,        0,     1218, 0x25d962b6, F=0x0, S=1,     1090, 0x96482341
-0,        765,        765,        0,     1200, 0x86b85be3, F=0x0, S=1,      189, 0x3f085309
-0,        799,        799,        0,     1329, 0x298a848a, F=0x0, S=1,     1426, 0x6ea3df12
-0,        832,        832,        0,     1500, 0xe437edec, F=0x0, S=1,     1244, 0x32836b8d
-0,        865,        865,        0,     1288, 0xc4447dd5, F=0x0, S=1,     1289, 0x06a57b0f
-0,        899,        899,        0,     1281, 0xb5bf7e9f, F=0x0, S=1,     1227, 0xd96d5697
-0,        932,        932,        0,     1372, 0x09be9014, F=0x0, S=1,     1556, 0x2630fbff
-0,        965,        965,        0,     1238, 0x42ce6316, F=0x0, S=1,     1287, 0x1d3084f6
-0,        999,        999,        0,     1655, 0xb94b45c2, F=0x0, S=1,     1494, 0x34dbd1a4
-0,       1032,       1032,        0,     1164, 0xf6b93ad0, F=0x0, S=1,     1337, 0xba6d9673
-0,       1065,       1065,        0,     1084, 0x58c50fb5, F=0x0, S=1,     1384, 0x3fabb82b
-0,       1099,       1099,        0,     1151, 0x0b3f3359, F=0x0, S=1,     1353, 0x08e2a1d7
-0,       1132,       1132,        0,     1277, 0xa3ae77e1, F=0x0, S=1,     1409, 0xf65cb9f7
-0,       1165,       1165,        0,      782, 0xdcf671ff, F=0x0, S=1,     1408, 0x01e2ac53
-0,       1199,       1199,        0,      926, 0xe913c286, F=0x0, S=1,     1320, 0x32e38e42
-0,       1232,       1232,        0,      970, 0x3d86e5ae, F=0x0, S=1,     1608, 0x40b52618
-0,       1265,       1265,        0,     1353, 0xe4f197b2, F=0x0, S=1,     1272, 0xf1d272a5
-0,       1299,       1299,        0,      685, 0x629b4ce4, F=0x0, S=1,     1257, 0x14845de9
-0,       1332,       1332,        0,      743, 0x6f1172a3, F=0x0, S=1,     1260, 0xa6c66fda
-0,       1365,       1365,        0,      789, 0x94fc84cd, F=0x0, S=1,     1009, 0x7daaf2b0
-0,       1399,       1399,        0,     1460, 0x668adb82, F=0x0, S=1,      944, 0x44b6ccf5
-0,       1432,       1432,        0,      766, 0x49c884ef, F=0x0, S=1,      996, 0x8646e6dd
-0,       1465,       1465,        0,     1037, 0x24831498, F=0x0, S=1,      983, 0x14a9e7a6
-0,       1499,       1499,        0,      943, 0x1f53d180, F=0x0, S=1,     1107, 0x02f72acb
-0,       1532,       1532,        0,     1152, 0xbf6a35ae, F=0x0, S=1,     1026, 0xd57afda0
-0,       1565,       1565,        0,      730, 0x42806abf, F=0x0, S=1,     1029, 0xfb0402d5
-0,       1599,       1599,        0,      975, 0xa5ffec57, F=0x0, S=1,     1081, 0xe2890cea
-0,       1632,       1632,        0,      970, 0xbe8ee224, F=0x0, S=1,     1151, 0x7b0d3b20
-0,       1665,       1665,        0,     1012, 0x20c6f0d8, F=0x0, S=1,      979, 0xc25cd69c
-0,       1699,       1699,        0,      874, 0x1a2fb4da, F=0x0, S=1,      943, 0xdb2dc9f8
-0,       1732,       1732,        0,      869, 0xab0caf3d, F=0x0, S=1,      934, 0x48b9bfcc
-0,       1765,       1765,        0,      863, 0xd8caa2e5, F=0x0, S=1,      874, 0x0b34b026
-0,       1799,       1799,        0,     1246, 0x47866cdc, F=0x0, S=1,      818, 0x0c908eeb
-0,       1832,       1832,        0,      742, 0xa6296ac1, F=0x0, S=1,      921, 0x97b6b053
-0,       1865,       1865,        0,      828, 0x0b568d7a, F=0x0, S=1,      969, 0x3314dbfa
-0,       1899,       1899,        0,      825, 0x6d329394, F=0x0, S=1,      982, 0x5f66e68c
-0,       1932,       1932,        0,      836, 0x8ace8dfb, F=0x0, S=1,      929, 0x9ffdc2fd
-0,       1965,       1965,        0,     1774, 0xd4686726, F=0x0, S=1,      909, 0x11a9c07a
-0,       1999,       1999,        0,     1803, 0x08c879ce, F=0x0, S=1,     1525, 0x1e11f02f
-0,       2032,       2032,        0,      518, 0x7c32fc72, F=0x0, S=1,      785, 0xfc1f792a
-0,       2065,       2065,        0,      790, 0x3dac8aa0, F=0x0, S=1,      876, 0x0918c88d
-0,       2099,       2099,        0,      927, 0x4feccb24, F=0x0, S=1,     1059, 0xbcaa05c7
-0,       2132,       2132,        0,      835, 0x29d39266, F=0x0, S=1,      980, 0x4913e409
-0,       2165,       2165,        0,      951, 0xc1dddd12, F=0x0, S=1,     1041, 0x0541047e
-0,       2199,       2199,        0,      876, 0x2f6eb89d, F=0x0, S=1,      949, 0x2d56c53b
-0,       2232,       2232,        0,      959, 0xf0dedabd, F=0x0, S=1,     1022, 0x8d33f5fa
-0,       2265,       2265,        0,      860, 0x9274ab39, F=0x0, S=1,     1061, 0x289c0132
-0,       2299,       2299,        0,      863, 0x7058ba30, F=0x0, S=1,      940, 0x1f32d4a3
-0,       2332,       2332,        0,     1021, 0xcabdf84f, F=0x0, S=1,      887, 0xda8ab95e
-0,       2365,       2365,        0,      897, 0x9867c8e8, F=0x0, S=1,      840, 0xd93eaaf5
-0,       2399,       2399,        0,      897, 0x6a16b5db, F=0x0, S=1,      977, 0x7b77dc9b
-0,       2432,       2432,        0,      953, 0xe9b4cf1f, F=0x0, S=1,      921, 0x75a8ca45
-0,       2465,       2465,        0,      847, 0x0335ad37, F=0x0, S=1,     1000, 0x2691f3bd
-0,       2499,       2499,        0,      902, 0x3360b315, F=0x0, S=1,     1008, 0xd5e1deb6
-0,       2532,       2532,        0,      881, 0xf5309d59, F=0x0, S=1,     1113, 0xdbef3065
-0,       2565,       2565,        0,      974, 0x7c2de3ce, F=0x0, S=1,     1086, 0x365626bb
-0,       2599,       2599,        0,      974, 0xf42bd9f5, F=0x0, S=1,     1039, 0xa7e9060d
-0,       2632,       2632,        0,     1029, 0x7c33f4d0, F=0x0, S=1,     1041, 0xf4affa59
-0,       2665,       2665,        0,      881, 0x9021a565, F=0x0, S=1,     1039, 0xc1e00521
-0,       2699,       2699,        0,     1157, 0xe1c136f7, F=0x0, S=1,      917, 0x357ac7d3
-0,       2732,       2732,        0,      649, 0xdffb3cb7, F=0x0, S=1,      976, 0xa386e05e
-0,       2765,       2765,        0,      758, 0xb67875f3, F=0x0, S=1,     1041, 0xae4e0a63
-0,       2799,       2799,        0,     1105, 0x8ffb1a26, F=0x0, S=1,      962, 0x211ddc5e
-0,       2832,       2832,        0,      866, 0xa60eb2d9, F=0x0, S=1,      929, 0xe9e4c84b
-0,       2865,       2865,        0,      912, 0xcd34bf9b, F=0x0, S=1,      946, 0xfce9d359
-0,       2899,       2899,        0,      868, 0x5651a343, F=0x0, S=1,      809, 0x624a8ef9
-0,       2932,       2932,        0,      997, 0xfa66eaeb, F=0x0, S=1,      992, 0xc913e5e2
-0,       2965,       2965,        0,     1111, 0x3f272497, F=0x0, S=1,     1007, 0xf78ee6a7
-0,       2999,       2999,        0,      842, 0xe442999f, F=0x0, S=1,      972, 0x25a0d25c
-0,       3032,       3032,        0,     1030, 0x6f97ffad, F=0x0, S=1,      993, 0x4059fd6b
-0,       3065,       3065,        0,     1176, 0x66e64926, F=0x0, S=1,      951, 0x2762cdf1
-0,       3099,       3099,        0,      803, 0xfd1699cb, F=0x0, S=1,      959, 0x5cf9d56c
-0,       3132,       3132,        0,      972, 0x1cdff00e, F=0x0, S=1,     1023, 0xeaf20900
-0,       3165,       3165,        0,      907, 0x17f8acca, F=0x0, S=1,     1054, 0xeb010c4d
-0,       3199,       3199,        0,      915, 0x3569b545, F=0x0, S=1,      987, 0x73b2e159
-0,       3232,       3232,        0,     1021, 0x14c5076a, F=0x0, S=1,     1007, 0x6c4bf7f0
-0,       3265,       3265,        0,      837, 0xbf86b0ef, F=0x0, S=1,      963, 0xf472d31a
-0,       3299,       3299,        0,      885, 0x1caac123, F=0x0, S=1,     1052, 0x2b7bfd20
-0,       3332,       3332,        0,     1355, 0x299e8d3c, F=0x0, S=1,      858, 0x2bbca3f0
-0,       3365,       3365,        0,      784, 0xb0bd7e9d, F=0x0, S=1,      969, 0xc865dc00
-0,       3399,       3399,        0,      991, 0xbc7ddda9, F=0x0, S=1,     1028, 0x801b00a6
-0,       3432,       3432,        0,      986, 0xb356f6b1, F=0x0, S=1,     1056, 0x8b840add
-0,       3465,       3465,        0,      978, 0x94a3e87e, F=0x0, S=1,     1018, 0xe766fa52
-0,       3499,       3499,        0,      976, 0x55ddd14a, F=0x0, S=1,      992, 0x58a9ddfe
-0,       3532,       3532,        0,     1241, 0x1ec867f7, F=0x0, S=1,      966, 0xa329e84f
-0,       3565,       3565,        0,      975, 0xecf5dbb3, F=0x0, S=1,      899, 0xa7539f4d
-0,       3599,       3599,        0,     1129, 0xb7243037, F=0x0, S=1,     1057, 0xbd0d10bd
-0,       3632,       3632,        0,      913, 0xe5f1d03d, F=0x0, S=1,     1092, 0xeb9621f8
-0,       3665,       3665,        0,      943, 0x87d0ed78, F=0x0, S=1,     1057, 0x079c1054
-0,       3699,       3699,        0,      917, 0x536cc3fd, F=0x0, S=1,      946, 0xd2b9d0e2
-0,       3732,       3732,        0,      892, 0x4dffb1e2, F=0x0, S=1,      930, 0x70c9cc40
-0,       3765,       3765,        0,      957, 0x1a98e71c, F=0x0, S=1,      719, 0x6fec614a
-0,       3799,       3799,        0,      893, 0xf405b2c3, F=0x0, S=1,      821, 0x63529cab
-0,       3832,       3832,        0,      978, 0xa0a8d5f6, F=0x0, S=1,      745, 0x3c616219
-0,       3865,       3865,        0,      887, 0xfa7cb65d, F=0x0, S=1,      768, 0xb8f07885
-0,       3899,       3899,        0,      867, 0xd808ade7, F=0x0, S=1,      783, 0xf82b6b9a
-0,       3932,       3932,        0,     1068, 0x6f8b135a, F=0x0, S=1,      807, 0x52028d50
-0,       3965,       3965,        0,     2010, 0x536fe0b6, F=0x0, S=1,     1512, 0x690aeb55
+0,          0,          0,       33,     2108, 0x59b92a34, S=2,     1900, 0x8fb3adc5,        8, 0x00000000
+0,         32,         32,       33,      142, 0x2f2a3fed, F=0x0, S=1,      160, 0xa13346af
+0,         65,         65,       33,      157, 0x17804767, F=0x0, S=1,      209, 0x64115f15
+0,         99,         99,       33,      206, 0x537262ca, F=0x0, S=1,      317, 0x44a09dd0
+0,        132,        132,       33,      259, 0x73ff74b6, F=0x0, S=1,      384, 0x2ee2c588
+0,        165,        165,       33,      320, 0x0fcf8ce4, F=0x0, S=1,      415, 0xff68c953
+0,        199,        199,       33,      377, 0x8fffb5f5, F=0x0, S=1,      475, 0x4166f3eb
+0,        232,        232,       33,      407, 0xe476c19e, F=0x0, S=1,      193, 0x3ff75489
+0,        265,        265,       33,      539, 0x90202334, F=0x0, S=1,      681, 0x776656b0
+0,        299,        299,       33,      560, 0xc6e2168d, F=0x0, S=1,      585, 0xddc81b8a
+0,        332,        332,       33,      597, 0x201a32a7, F=0x0, S=1,      574, 0x8baa1d65
+0,        365,        365,       33,      770, 0xab2b8891, F=0x0, S=1,      666, 0xcd8e51eb
+0,        399,        399,       33,      708, 0xc2386711, F=0x0, S=1,      706, 0x046b6444
+0,        432,        432,       33,      905, 0x7211c52d, F=0x0, S=1,      814, 0x5e288def
+0,        465,        465,       33,      770, 0xda4f8574, F=0x0, S=1,      829, 0xa0e8a949
+0,        499,        499,       33,      955, 0xf9a1d77a, F=0x0, S=1,      857, 0x9b63b955
+0,        532,        532,       33,      970, 0xff4de39a, F=0x0, S=1,      153, 0x3b00416c
+0,        565,        565,       33,      978, 0x12bcf81f, F=0x0, S=1,     1181, 0xce175555
+0,        599,        599,       33,     1233, 0x2903744a, F=0x0, S=1,      860, 0x737eb566
+0,        632,        632,       33,     1118, 0x7f274f50, F=0x0, S=1,      933, 0xb669c6b6
+0,        665,        665,       33,      941, 0x6bffd4b1, F=0x0, S=1,     1058, 0x07581cee
+0,        699,        699,       33,     1598, 0xc007219f, F=0x0, S=1,      939, 0x2c0bdc45
+0,        732,        732,       33,     1218, 0x25d962b6, F=0x0, S=1,     1090, 0x96482341
+0,        765,        765,       33,     1200, 0x86b85be3, F=0x0, S=1,      189, 0x3f085309
+0,        799,        799,       33,     1329, 0x298a848a, F=0x0, S=1,     1426, 0x6ea3df12
+0,        832,        832,       33,     1500, 0xe437edec, F=0x0, S=1,     1244, 0x32836b8d
+0,        865,        865,       33,     1288, 0xc4447dd5, F=0x0, S=1,     1289, 0x06a57b0f
+0,        899,        899,       33,     1281, 0xb5bf7e9f, F=0x0, S=1,     1227, 0xd96d5697
+0,        932,        932,       33,     1372, 0x09be9014, F=0x0, S=1,     1556, 0x2630fbff
+0,        965,        965,       33,     1238, 0x42ce6316, F=0x0, S=1,     1287, 0x1d3084f6
+0,        999,        999,       33,     1655, 0xb94b45c2, F=0x0, S=1,     1494, 0x34dbd1a4
+0,       1032,       1032,       33,     1164, 0xf6b93ad0, F=0x0, S=1,     1337, 0xba6d9673
+0,       1065,       1065,       33,     1084, 0x58c50fb5, F=0x0, S=1,     1384, 0x3fabb82b
+0,       1099,       1099,       33,     1151, 0x0b3f3359, F=0x0, S=1,     1353, 0x08e2a1d7
+0,       1132,       1132,       33,     1277, 0xa3ae77e1, F=0x0, S=1,     1409, 0xf65cb9f7
+0,       1165,       1165,       33,      782, 0xdcf671ff, F=0x0, S=1,     1408, 0x01e2ac53
+0,       1199,       1199,       33,      926, 0xe913c286, F=0x0, S=1,     1320, 0x32e38e42
+0,       1232,       1232,       33,      970, 0x3d86e5ae, F=0x0, S=1,     1608, 0x40b52618
+0,       1265,       1265,       33,     1353, 0xe4f197b2, F=0x0, S=1,     1272, 0xf1d272a5
+0,       1299,       1299,       33,      685, 0x629b4ce4, F=0x0, S=1,     1257, 0x14845de9
+0,       1332,       1332,       33,      743, 0x6f1172a3, F=0x0, S=1,     1260, 0xa6c66fda
+0,       1365,       1365,       33,      789, 0x94fc84cd, F=0x0, S=1,     1009, 0x7daaf2b0
+0,       1399,       1399,       33,     1460, 0x668adb82, F=0x0, S=1,      944, 0x44b6ccf5
+0,       1432,       1432,       33,      766, 0x49c884ef, F=0x0, S=1,      996, 0x8646e6dd
+0,       1465,       1465,       33,     1037, 0x24831498, F=0x0, S=1,      983, 0x14a9e7a6
+0,       1499,       1499,       33,      943, 0x1f53d180, F=0x0, S=1,     1107, 0x02f72acb
+0,       1532,       1532,       33,     1152, 0xbf6a35ae, F=0x0, S=1,     1026, 0xd57afda0
+0,       1565,       1565,       33,      730, 0x42806abf, F=0x0, S=1,     1029, 0xfb0402d5
+0,       1599,       1599,       33,      975, 0xa5ffec57, F=0x0, S=1,     1081, 0xe2890cea
+0,       1632,       1632,       33,      970, 0xbe8ee224, F=0x0, S=1,     1151, 0x7b0d3b20
+0,       1665,       1665,       33,     1012, 0x20c6f0d8, F=0x0, S=1,      979, 0xc25cd69c
+0,       1699,       1699,       33,      874, 0x1a2fb4da, F=0x0, S=1,      943, 0xdb2dc9f8
+0,       1732,       1732,       33,      869, 0xab0caf3d, F=0x0, S=1,      934, 0x48b9bfcc
+0,       1765,       1765,       33,      863, 0xd8caa2e5, F=0x0, S=1,      874, 0x0b34b026
+0,       1799,       1799,       33,     1246, 0x47866cdc, F=0x0, S=1,      818, 0x0c908eeb
+0,       1832,       1832,       33,      742, 0xa6296ac1, F=0x0, S=1,      921, 0x97b6b053
+0,       1865,       1865,       33,      828, 0x0b568d7a, F=0x0, S=1,      969, 0x3314dbfa
+0,       1899,       1899,       33,      825, 0x6d329394, F=0x0, S=1,      982, 0x5f66e68c
+0,       1932,       1932,       33,      836, 0x8ace8dfb, F=0x0, S=1,      929, 0x9ffdc2fd
+0,       1965,       1965,       33,     1774, 0xd4686726, F=0x0, S=1,      909, 0x11a9c07a
+0,       1999,       1999,       33,     1803, 0x08c879ce, F=0x0, S=1,     1525, 0x1e11f02f
+0,       2032,       2032,       33,      518, 0x7c32fc72, F=0x0, S=1,      785, 0xfc1f792a
+0,       2065,       2065,       33,      790, 0x3dac8aa0, F=0x0, S=1,      876, 0x0918c88d
+0,       2099,       2099,       33,      927, 0x4feccb24, F=0x0, S=1,     1059, 0xbcaa05c7
+0,       2132,       2132,       33,      835, 0x29d39266, F=0x0, S=1,      980, 0x4913e409
+0,       2165,       2165,       33,      951, 0xc1dddd12, F=0x0, S=1,     1041, 0x0541047e
+0,       2199,       2199,       33,      876, 0x2f6eb89d, F=0x0, S=1,      949, 0x2d56c53b
+0,       2232,       2232,       33,      959, 0xf0dedabd, F=0x0, S=1,     1022, 0x8d33f5fa
+0,       2265,       2265,       33,      860, 0x9274ab39, F=0x0, S=1,     1061, 0x289c0132
+0,       2299,       2299,       33,      863, 0x7058ba30, F=0x0, S=1,      940, 0x1f32d4a3
+0,       2332,       2332,       33,     1021, 0xcabdf84f, F=0x0, S=1,      887, 0xda8ab95e
+0,       2365,       2365,       33,      897, 0x9867c8e8, F=0x0, S=1,      840, 0xd93eaaf5
+0,       2399,       2399,       33,      897, 0x6a16b5db, F=0x0, S=1,      977, 0x7b77dc9b
+0,       2432,       2432,       33,      953, 0xe9b4cf1f, F=0x0, S=1,      921, 0x75a8ca45
+0,       2465,       2465,       33,      847, 0x0335ad37, F=0x0, S=1,     1000, 0x2691f3bd
+0,       2499,       2499,       33,      902, 0x3360b315, F=0x0, S=1,     1008, 0xd5e1deb6
+0,       2532,       2532,       33,      881, 0xf5309d59, F=0x0, S=1,     1113, 0xdbef3065
+0,       2565,       2565,       33,      974, 0x7c2de3ce, F=0x0, S=1,     1086, 0x365626bb
+0,       2599,       2599,       33,      974, 0xf42bd9f5, F=0x0, S=1,     1039, 0xa7e9060d
+0,       2632,       2632,       33,     1029, 0x7c33f4d0, F=0x0, S=1,     1041, 0xf4affa59
+0,       2665,       2665,       33,      881, 0x9021a565, F=0x0, S=1,     1039, 0xc1e00521
+0,       2699,       2699,       33,     1157, 0xe1c136f7, F=0x0, S=1,      917, 0x357ac7d3
+0,       2732,       2732,       33,      649, 0xdffb3cb7, F=0x0, S=1,      976, 0xa386e05e
+0,       2765,       2765,       33,      758, 0xb67875f3, F=0x0, S=1,     1041, 0xae4e0a63
+0,       2799,       2799,       33,     1105, 0x8ffb1a26, F=0x0, S=1,      962, 0x211ddc5e
+0,       2832,       2832,       33,      866, 0xa60eb2d9, F=0x0, S=1,      929, 0xe9e4c84b
+0,       2865,       2865,       33,      912, 0xcd34bf9b, F=0x0, S=1,      946, 0xfce9d359
+0,       2899,       2899,       33,      868, 0x5651a343, F=0x0, S=1,      809, 0x624a8ef9
+0,       2932,       2932,       33,      997, 0xfa66eaeb, F=0x0, S=1,      992, 0xc913e5e2
+0,       2965,       2965,       33,     1111, 0x3f272497, F=0x0, S=1,     1007, 0xf78ee6a7
+0,       2999,       2999,       33,      842, 0xe442999f, F=0x0, S=1,      972, 0x25a0d25c
+0,       3032,       3032,       33,     1030, 0x6f97ffad, F=0x0, S=1,      993, 0x4059fd6b
+0,       3065,       3065,       33,     1176, 0x66e64926, F=0x0, S=1,      951, 0x2762cdf1
+0,       3099,       3099,       33,      803, 0xfd1699cb, F=0x0, S=1,      959, 0x5cf9d56c
+0,       3132,       3132,       33,      972, 0x1cdff00e, F=0x0, S=1,     1023, 0xeaf20900
+0,       3165,       3165,       33,      907, 0x17f8acca, F=0x0, S=1,     1054, 0xeb010c4d
+0,       3199,       3199,       33,      915, 0x3569b545, F=0x0, S=1,      987, 0x73b2e159
+0,       3232,       3232,       33,     1021, 0x14c5076a, F=0x0, S=1,     1007, 0x6c4bf7f0
+0,       3265,       3265,       33,      837, 0xbf86b0ef, F=0x0, S=1,      963, 0xf472d31a
+0,       3299,       3299,       33,      885, 0x1caac123, F=0x0, S=1,     1052, 0x2b7bfd20
+0,       3332,       3332,       33,     1355, 0x299e8d3c, F=0x0, S=1,      858, 0x2bbca3f0
+0,       3365,       3365,       33,      784, 0xb0bd7e9d, F=0x0, S=1,      969, 0xc865dc00
+0,       3399,       3399,       33,      991, 0xbc7ddda9, F=0x0, S=1,     1028, 0x801b00a6
+0,       3432,       3432,       33,      986, 0xb356f6b1, F=0x0, S=1,     1056, 0x8b840add
+0,       3465,       3465,       33,      978, 0x94a3e87e, F=0x0, S=1,     1018, 0xe766fa52
+0,       3499,       3499,       33,      976, 0x55ddd14a, F=0x0, S=1,      992, 0x58a9ddfe
+0,       3532,       3532,       33,     1241, 0x1ec867f7, F=0x0, S=1,      966, 0xa329e84f
+0,       3565,       3565,       33,      975, 0xecf5dbb3, F=0x0, S=1,      899, 0xa7539f4d
+0,       3599,       3599,       33,     1129, 0xb7243037, F=0x0, S=1,     1057, 0xbd0d10bd
+0,       3632,       3632,       33,      913, 0xe5f1d03d, F=0x0, S=1,     1092, 0xeb9621f8
+0,       3665,       3665,       33,      943, 0x87d0ed78, F=0x0, S=1,     1057, 0x079c1054
+0,       3699,       3699,       33,      917, 0x536cc3fd, F=0x0, S=1,      946, 0xd2b9d0e2
+0,       3732,       3732,       33,      892, 0x4dffb1e2, F=0x0, S=1,      930, 0x70c9cc40
+0,       3765,       3765,       33,      957, 0x1a98e71c, F=0x0, S=1,      719, 0x6fec614a
+0,       3799,       3799,       33,      893, 0xf405b2c3, F=0x0, S=1,      821, 0x63529cab
+0,       3832,       3832,       33,      978, 0xa0a8d5f6, F=0x0, S=1,      745, 0x3c616219
+0,       3865,       3865,       33,      887, 0xfa7cb65d, F=0x0, S=1,      768, 0xb8f07885
+0,       3899,       3899,       33,      867, 0xd808ade7, F=0x0, S=1,      783, 0xf82b6b9a
+0,       3932,       3932,       33,     1068, 0x6f8b135a, F=0x0, S=1,      807, 0x52028d50
+0,       3965,       3965,       33,     2010, 0x536fe0b6, F=0x0, S=1,     1512, 0x690aeb55
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list