lavc: do not init frame with guessed layout.
It is breaking support from files with unknown layout.
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
@@ -131,8 +130,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
@@ -234,8 +232,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
@@ -265,8 +262,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
@@ -368,8 +364,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
@@ -399,8 +394,7 @@
|
||||
"pkt_size": "2048",
|
||||
"sample_fmt": "s16",
|
||||
"nb_samples": 1024,
|
||||
"channels": 1,
|
||||
"channel_layout": "mono"
|
||||
"channels": 1
|
||||
},
|
||||
{
|
||||
"type": "packet",
|
||||
|
||||
Reference in New Issue
Block a user