Commit 98d0900
committed
Strip out warnings from ffprobe execution
On the Android emulator used on Travis-CI there is a
warning emitted from ffprobe when it outputs json, namely:
WARNING: linker: /data/data/protect.videoeditor/files/ffprobe: unused DT entry: type 0x6ffffffe arg 0x22c0
WARNING: linker: /data/data/protect.videoeditor/files/ffprobe: unused DT entry: type 0x6fffffff arg 0x3
Skip past any such warnings to the json payload.1 parent 51b35d2 commit 98d0900
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
157 | 167 | | |
158 | 168 | | |
159 | 169 | | |
| |||
0 commit comments