Commit 28b7e83
committed
[fix] fixed duplicate writing of audio & video sequence headers.
Privously, audio & video sequence headers were extracted as `avc_header`
and `aac_header` in codec module, then in record module, `avc_header` &
`aac_header` were firstly written. If `in` chain itself is the sequence
header, audio & video sequence header were duplicatively written.1 parent cf50a2d commit 28b7e83
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1190 | 1195 | | |
1191 | 1196 | | |
1192 | 1197 | | |
| |||
1195 | 1200 | | |
1196 | 1201 | | |
1197 | 1202 | | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1198 | 1209 | | |
1199 | 1210 | | |
1200 | 1211 | | |
| |||
0 commit comments