Fix missing codec_name for data streams.

This commit is contained in:
Markus Birth 2020-06-01 14:35:05 +02:00
parent d33083bd18
commit 904059955e
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -122,7 +122,7 @@ for s in data["streams"]:
print("Input #{}: Data {} {}".format(
s["index"],
s["codec_type"],
s["codec_name"]
s["codec_tag_string"]
))
# Make sure first audio is FIRST_LANGUAGE