Commit 6d34a1c
committed
rtp/video_decoders: Fix unitialized string use
If log level was > NOTICE, then desc was never written, but passed to control_report_stats(). Introduced in 12dbbce
Also reduce the buf size as using 8KB of stack just to print a video format is ridiculously inefficient1 parent 6a1eaa1 commit 6d34a1c
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
1503 | | - | |
1504 | | - | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1505 | 1505 | | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
| |||
0 commit comments