check: Fix indentation

This commit is contained in:
Edward Hervey 2016-03-24 16:21:56 +01:00 committed by Edward Hervey
parent f0a27084f9
commit c4f06420b3

View file

@ -330,7 +330,7 @@ GST_START_TEST (test_aac)
guint8 flv_header[] = {
0x46, 0x4c, 0x56, 0x01, 0x04, 0x00, 0x00, 0x00,
0x09, 0x00, 0x00, 0x00, 0x00,
0x12, 0x00, 0x00, 0x2d, /* script tag */
0x12, 0x00, 0x00, 0x2d, /* script tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
0x00, 0x0a, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61,
0x44, 0x61, 0x74, 0x61, 0x03, 0x00, 0x06, 0x53,
@ -341,13 +341,13 @@ GST_START_TEST (test_aac)
};
guint8 aac_header[] = {
0x08, 0x00, 0x00, 0x04, /* audio tag */
0x08, 0x00, 0x00, 0x04, /* audio tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf,
0x00, 0x13, 0x10, 0x00, 0x00, 0x00, 0x0f,
};
guint8 aac_buffer[] = {
0x08, 0x00, 0x01, 0x57, /* audio tag */
0x08, 0x00, 0x01, 0x57, /* audio tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf,
0x01, 0x21, 0x21, 0x45, 0x00, 0x14, 0x50, 0x01,
0x46, 0xf0, 0x4d, 0xfb, 0x01, 0x3c, 0x08, 0x40,
@ -455,7 +455,7 @@ GST_START_TEST (test_h264)
guint8 flv_header[] = {
0x46, 0x4c, 0x56, 0x01, 0x01, 0x00, 0x00, 0x00,
0x09, 0x00, 0x00, 0x00, 0x00,
0x12, 0x00, 0x00, 0x2d, /* script tag */
0x12, 0x00, 0x00, 0x2d, /* script tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
0x00, 0x0a, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61,
0x44, 0x61, 0x74, 0x61, 0x03, 0x00, 0x06, 0x53,
@ -466,7 +466,7 @@ GST_START_TEST (test_h264)
};
guint8 h264_packet0[] = {
0x09, 0x00, 0x00, 0x1e, /* video tag */
0x09, 0x00, 0x00, 0x1e, /* video tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17,
0x00, 0x00, 0x00, 0x00, 0x01, 0x42, 0xc0, 0x1e,
0xff, 0xe1, 0x00, 0x0a, 0x67, 0x42, 0xc0, 0x1e,
@ -476,7 +476,7 @@ GST_START_TEST (test_h264)
};
guint8 h264_packet1[] = {
0x09, 0x00, 0x00, 0x1b, /* video tag */
0x09, 0x00, 0x00, 0x1b, /* video tag */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,
0x67, 0x42, 0xc0, 0x1e, 0x95, 0xa0, 0x28, 0x0b,