framehash: convert to new channel layout API

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Anton Khirnov 2019-05-13 11:11:26 +02:00 committed by James Almer
parent 53a132f0c5
commit 9543161800
227 changed files with 9 additions and 240 deletions

View File

@ -35,12 +35,14 @@ int ff_framehash_write_header(AVFormatContext *s)
avio_printf(s->pb, "#media_type %d: %s\n", i, av_get_media_type_string(avctx->codec_type));
avio_printf(s->pb, "#codec_id %d: %s\n", i, avcodec_get_name(avctx->codec_id));
switch (avctx->codec_type) {
case AVMEDIA_TYPE_AUDIO:
av_get_channel_layout_string(buf, sizeof(buf), avctx->channels, avctx->channel_layout);
case AVMEDIA_TYPE_AUDIO: {
int ret = av_channel_layout_describe(&avctx->ch_layout, buf, sizeof(buf));
if (ret < 0)
return ret;
avio_printf(s->pb, "#sample_rate %d: %d\n", i,avctx->sample_rate);
avio_printf(s->pb, "#channel_layout %d: %"PRIx64"\n", i,avctx->channel_layout);
avio_printf(s->pb, "#channel_layout_name %d: %s\n", i, buf);
break;
}
case AVMEDIA_TYPE_VIDEO:
avio_printf(s->pb, "#dimensions %d: %dx%d\n", i, avctx->width, avctx->height);
avio_printf(s->pb, "#sar %d: %d/%d\n", i, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den);

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 22050
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 259200, 0x7e91df07
1, 0, 0, 1024, 2048, 0x3d042426

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: sipr
#sample_rate 0: 8500
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 18000, 19, 0x36e10529
0, 18000, 18000, 18000, 19, 0x70810a69

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: aac
#sample_rate 0: 16000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 64, 4, 0x02f70117
0, 64, 64, 64, 163, 0xd5f85007

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1472, 5888, 0x9086e310
0, 1476, 1476, 1472, 5888, 0xac8491f5

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 17920, 71680, 0x52373bc9
0, 17920, 17920, 17920, 71680, 0x1f854b27

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 896, 3584, 0xdae789d5
0, 896, 896, 896, 3584, 0x168ed9b6

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1484, 5936, 0x00000000
0, 1484, 1484, 1456, 5824, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1484, 5936, 0xea261a29
0, 1484, 1484, 1456, 5824, 0x253df061

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 28, 112, 0x291d1be4
0, 28, 28, 28, 112, 0xf08d33cc

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1624, 6496, 0x00000000
0, 1624, 1624, 1596, 6384, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 1378, 2756, 0x0af35034
0, 1378, 1378, 1378, 2756, 0x8462443f

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1468, 5872, 0x00000000
0, 1468, 1468, 1468, 5872, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 736, 2944, 0x00000000
0, 736, 736, 1472, 5888, 0x5ae3c2a4

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 512, 1024, 0x00000000
0, 512, 512, 512, 1024, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 11024, 22048, 0x0843bbad
0, 11024, 11024, 1470, 2940, 0x16ff454e

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 1470, 2940, 0xca80b853
0, 1470, 1470, 1470, 2940, 0x250c9f84

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 11025
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 500, 1000, 0x64cd9403
0, 500, 500, 500, 1000, 0xa4ef8a9d

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 32000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1078, 4312, 0x469714f6
0, 1078, 1078, 1064, 4256, 0x6ca28f25

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 73500, 294000, 0x37d439ee
0, 73500, 73500, 1470, 5880, 0xe524b177

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 37800
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 2016, 8064, 0xa307ed8c
0, 2016, 2016, 2016, 8064, 0xd2551927

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: aac
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 602112, 474, 0x4c90e7c4
0, 602112, 602112, 602112, 471, 0xb8b5e75d

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: aac
#sample_rate 0: 48000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 602112, 126, 0x639a3a5b
0, 602112, 602112, 602112, 135, 0x5b1f3ced

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: aac
#sample_rate 0: 48000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 602112, 128, 0x23291993
0, 602112, 602112, 602112, 128, 0x23291993

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: aac
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 371, 0x14b11a4f
0, 1024, 1024, 1024, 402, 0x2f00c487

View File

@ -4,7 +4,6 @@
#media_type 0: audio
#codec_id 0: amr_nb
#sample_rate 0: 8000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 160, 27, 0xc9970c51
0, 160, 160, 160, 27, 0xbaa00d05

View File

@ -4,7 +4,6 @@
#media_type 0: audio
#codec_id 0: amr_wb
#sample_rate 0: 16000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 320, 61, 0xc8891fe9
0, 320, 320, 320, 61, 0xc2562027

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 44100
#channel_layout 1: 3
#channel_layout_name 1: stereo
0, 0, 0, 1, 230400, 0xd133e177
1, 0, 0, 44100, 176400, 0xdd61578c

View File

@ -10,7 +10,6 @@ eaeb2b429cadcfd3d0984e2270126564 *tests/data/fate/autorotate.mov
#media_type 1: audio
#codec_id 1: ac3
#sample_rate 1: 44100
#channel_layout 1: 4
#channel_layout_name 1: mono
0, -512, 0, 512, 6997, 0x55c700f6, S=1, 40
1, -256, -256, 1536, 416, 0x92ddc529, S=2, 10, 4

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 11111
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 192000, 0x00000000
1, 0, 0, 740, 1480, 0x00000000

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 11025
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 134400, 0xc218b00c
1, 0, 0, 8884, 17768, 0x07df135c

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1856, 7424, 0x18540b36
0, 1856, 1856, 1824, 7296, 0x5acd2484

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: alac
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 0, 32, 0xa0af0dfe
0, 4096, 4096, 0, 6701, 0xa9ddc14e

View File

@ -5,7 +5,6 @@ a00bd18f70b66286e67d84f0df034a48 *tests/data/fate/caf-amr_nb-remux.caf
#media_type 0: audio
#codec_id 0: amr_nb
#sample_rate 0: 8000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 160, 13, 0x2bf906f6
0, 160, 160, 160, 13, 0x28bd0756

View File

@ -4,7 +4,6 @@
#media_type 0: audio
#codec_id 0: mace6
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 6, 1, 0x00900090
0, 6, 6, 6, 1, 0x00870087

View File

@ -4,7 +4,6 @@ d696d9dc23a82c51c4761f5792e7fa37 *tests/data/fate/caf-pcm_s24-remux.caf
#media_type 0: audio
#codec_id 0: pcm_s24be
#sample_rate 0: 192000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 682, 4092, 0x71f10ea0
0, 682, 682, 682, 4092, 0x51852317

View File

@ -4,7 +4,6 @@ ee0072a92044cbad68795cf93546c517 *tests/data/fate/caf-pcm_s24le-remux.caf
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 192000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 682, 4092, 0xa6320ea0
0, 682, 682, 682, 4092, 0x27732317

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: qdm2
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 0, 370, 0x4d1897fc
0, 4096, 4096, 0, 370, 0xea999da0

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s8_planar
#sample_rate 1: 11025
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 22688, 0xc954a244
1, 0, 0, 1884, 1884, 0x06925e3e

View File

@ -11,7 +11,6 @@
#media_type 1: audio
#codec_id 1: aac
#sample_rate 1: 48000
#channel_layout 1: 3
#channel_layout_name 1: stereo
0, 0, 0, 3003, 37084, 0x021a0d3f
1, 0, 0, 1024, 10, 0x0e270398

View File

@ -11,7 +11,6 @@
#media_type 1: audio
#codec_id 1: ac3
#sample_rate 1: 44100
#channel_layout 1: 4
#channel_layout_name 1: mono
#stream#, dts, pts, duration, size, hash
1, -256, -256, 1536, 416, e3bd415f62aa927e9273151fdf21ebce

View File

@ -11,7 +11,6 @@
#media_type 1: audio
#codec_id 1: ac3
#sample_rate 1: 44100
#channel_layout 1: 4
#channel_layout_name 1: mono
#stream#, dts, pts, duration, size, hash
1, -256, -256, 1536, 416, e3bd415f62aa927e9273151fdf21ebce

View File

@ -9,7 +9,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 48000
#channel_layout 1: 3
#channel_layout_name 1: stereo
0, 0, 0, 1, 518400, 0x81ab2140
1, 0, 0, 1024, 4096, 0x67dc99a3

View File

@ -4,7 +4,6 @@
#media_type 0: audio
#codec_id 0: eac3
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1536, 512, 0x2beaf79f, S=1, 4
0, 1536, 1536, 1536, 512, 0x29ddf9d6

View File

@ -9,7 +9,6 @@ f5150fb82c1bb5a90906fce93dcc3f76 *tests/data/fate/copy-trac4914.mxf
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 48000
#channel_layout 1: 3
#channel_layout_name 1: stereo
0, 0, 0, 1, 259200, 0xf36957da
1, 0, 0, 1602, 6408, 0x1dd7b37c

View File

@ -9,7 +9,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 48000
#channel_layout 1: 3
#channel_layout_name 1: stereo
1, 0, 0, 1152, 4608, 0xb24f5c9d
1, 1152, 1152, 1152, 4608, 0xe2da5c32

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 11025
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 230400, 0x03e25ead
1, 0, 0, 5513, 11026, 0x27ad637c

View File

@ -4,7 +4,6 @@ d4a9481090a8bab1a3f072a8108a1d6a *tests/data/fate/cover-art-aiff-id3v2-remux.aif
#media_type 0: audio
#codec_id 0: pcm_s16be
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
#tb 1: 1/90000
#media_type 1: video

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: flac
#sample_rate 0: 44100
#channel_layout 0: 5
#channel_layout_name 0: 2 channels (FL+FC)
#tb 1: 1/90000
#media_type 1: video
@ -36,7 +35,6 @@
#media_type 6: audio
#codec_id 6: pcm_s16le
#sample_rate 6: 44100
#channel_layout 6: 5
#channel_layout_name 6: 2 channels (FL+FC)
0, 0, 0, 4608, 14, 0x242b036d
1, 0, 0, 0, 66888, 0x1fd72743

View File

@ -4,7 +4,6 @@ c1b55a9a92226cd72d3f53ccd830d127 *tests/data/fate/cover-art-mp3-id3v2-remux.mp3
#media_type 0: audio
#codec_id 0: mp3
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
#tb 1: 1/90000
#media_type 1: video

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 22222
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 188892, 0x9f47a5ec
1, 0, 0, 8186, 16372, 0xfaaab59d

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 16129
#channel_layout 1: 4
#channel_layout_name 1: mono
0, 0, 0, 1, 184320, 0x8433f0f8
1, 0, 0, 14184, 28368, 0xaacc96a5

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24daud
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
0, 0, 0, 1875, 36000, 0xd592781d
0, 1875, 1875, 1875, 36000, 0xd592781d

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 3
#channel_layout_name 0: stereo
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 8192, 0829f71740aab1ab98b33eae21dee122

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 192000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 2048, 24576, 91ff0dac5df86e798bfef5e573536b08

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 3072, d2a70550489de356a2cd6bfc40711204

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, 13a95890b5f0947d6f058ca9c30a3e01

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 63f
#channel_layout_name 0: 7.1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 12288, ca9f8c8eb1b9b311cb79999fa376c7f0

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 63f
#channel_layout_name 0: 7.1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 12288, ca9f8c8eb1b9b311cb79999fa376c7f0

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 3
#channel_layout_name 0: stereo
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 3072, d2a70550489de356a2cd6bfc40711204

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, a2b724b146069938f0e2cb82490dea54

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 63f
#channel_layout_name 0: 7.1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 24576, 0b24a527d66f2b0cab97f37e4cd79987

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, 0a675f172b0e1a171c46dfaa4f1d0f00

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, 0a675f172b0e1a171c46dfaa4f1d0f00

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1024, 18432, f9debe3f07be68533bf0295e3d2ba68a

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 70f
#channel_layout_name 0: 6.1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 10752, c3c5b236c266a9090378def1ad497a21

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, 652c4e61f9abe9fba9de792242e2d31d

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s24le
#sample_rate 0: 48000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 512, 9216, 652c4e61f9abe9fba9de792242e2d31d

View File

@ -5,7 +5,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 96000
#channel_layout 0: 60f
#channel_layout_name 0: 5.1(side)
#stream#, dts, pts, duration, size, hash
0, 0, 0, 341, 4092, 697cddfcd0e21f24782af0705b7048f3

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 88224, 176448, 0x541ddc55
0, 88224, 88224, 1838, 3676, 0xaf455081

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 7456, 29824, 0x77e265b7
0, 7456, 7456, 736, 2944, 0x8dcdf50b

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1462, 5848, 0xea04292b
0, 1462, 1462, 1472, 5888, 0x0e59e942

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 8000
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 240, 480, 0xf1107658
0, 240, 240, 240, 480, 0x50dee179

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 11025
#channel_layout 0: 4
#channel_layout_name 0: mono
0, 0, 0, 264, 528, 0xa2579e96
0, 264, 264, 264, 528, 0xf9b23172

View File

@ -7,7 +7,6 @@
#media_type 1: audio
#codec_id 1: pcm_s16le
#sample_rate 1: 44100
#channel_layout 1: 3
#channel_layout_name 1: stereo
0, 0, 0, 1, 120000, 0x748cc771
1, 0, 0, 4096, 16384, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: ac3
#sample_rate 0: 44100
#channel_layout 0: 4
#channel_layout_name 0: mono
0, -256, -256, 1536, 416, 0x3001fb2d
0, 1280, 1280, 1536, 418, 0xba72fc16

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 888, 3552, 0x592ce6cc
0, 888, 888, 1024, 4096, 0x20f6f6a9

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x9d7bf760
0, 1024, 1024, 1024, 4096, 0xdf42c46b

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x3019edd5
0, 1024, 1024, 1024, 4096, 0x2df2fe2f

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
0, 0, 0, 1024, 4096, 0xb9c5fefd
0, 1024, 1024, 1024, 4096, 0xb2ae0a90
0, 2048, 2048, 1024, 4096, 0x97e6e9f3
@ -266,7 +265,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
0, 0, 0, 1024, 4096, 0xfd510c8e
0, 1024, 1024, 1024, 4096, 0x09dcf895
0, 2048, 2048, 1024, 4096, 0xd8cbe29f

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0xb9c5fefd
0, 1024, 1024, 1024, 4096, 0xb2ae0a90

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x7b2101ec
0, 1024, 1024, 1024, 4096, 0x5c16fc93

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x06e0d68a
0, 1024, 1024, 1024, 4096, 0xb325d915

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x00000000
0, 1024, 1024, 1024, 4096, 0x00000000

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x2042232e
0, 1024, 1024, 1024, 4096, 0x2c073cf7

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0x220e908d
0, 1024, 1024, 1024, 4096, 0xdd65002e

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0xf01adbd3
0, 1024, 1024, 1024, 4096, 0xbbe10f8e

View File

@ -2,7 +2,6 @@
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 44100
#channel_layout 0: 3
#channel_layout_name 0: stereo
0, 0, 0, 1024, 4096, 0xd977ce0f
0, 1024, 1024, 1024, 4096, 0x9333f5b1

Some files were not shown because too many files have changed in this diff Show More