mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-17 23:44:20 +00:00
remove unfinished and unused parse_iso.awk script
This commit is contained in:
parent
1b82809b4e
commit
56cd3f0396
@ -1,13 +0,0 @@
|
|||||||
#!/bin/awk -f
|
|
||||||
|
|
||||||
BEGIN {
|
|
||||||
FS = "|";
|
|
||||||
}
|
|
||||||
|
|
||||||
!/qaa-qtz/ {
|
|
||||||
printf(" { %-83s \"%s\", %s, %s },\n", "\""$4"\",", $1, $3 ? "\""$3"\"" : "NULL", $2 ? "\""$2"\"" : "NULL ");
|
|
||||||
}
|
|
||||||
|
|
||||||
END {
|
|
||||||
printf(" { %-83s %s, %s, %s },\n", "NULL,", "NULL", "NULL", "NULL");
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user