Commit 8fbb02c
committed
vcomp/lavc: print the list if no codec found
print_pix_fmts() is called `if (pix_fmt == AV_PIX_FMT_NONE || log_level
>= LOG_LEVEL_VERBOSE)`
But in the former case (if no pixel format was found) and log level <
VERBOSE, nothihg was actually print, because the function used VERBOSE
log level to the printout.
Use the current log_level to be print unconditionally (if called).1 parent 70f1ad2 commit 8fbb02c
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | | - | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
786 | 787 | | |
787 | 788 | | |
788 | 789 | | |
| |||
795 | 796 | | |
796 | 797 | | |
797 | 798 | | |
798 | | - | |
799 | | - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
800 | 802 | | |
801 | 803 | | |
802 | 804 | | |
| |||
0 commit comments