Re: [FFmpeg-devel] [PATCH v2 1/2] lavc/qsv: make some functions inline

2020-12-06 Thread Xiang, Haihao
On Mon, 2020-12-07 at 03:10 +0100, Andreas Rheinhardt wrote: > Haihao Xiang: > > ff_qsv_print_iopattern, ff_qsv_print_error, ff_qsv_print_warning and > > ff_qsv_map_error can be used outside of lavc, make them inline in a > > private header so that other libraries may include this private header. >

Re: [FFmpeg-devel] [PATCH v2 1/2] lavc/qsv: make some functions inline

2020-12-06 Thread Andreas Rheinhardt
Haihao Xiang: > ff_qsv_print_iopattern, ff_qsv_print_error, ff_qsv_print_warning and > ff_qsv_map_error can be used outside of lavc, make them inline in a > private header so that other libraries may include this private header. > In addition, QSV_VERSION_ATLEAST() and QSV_RUNTIME_VERSION_ATLEAST()

[FFmpeg-devel] [PATCH v2 1/2] lavc/qsv: make some functions inline

2020-12-06 Thread Haihao Xiang
ff_qsv_print_iopattern, ff_qsv_print_error, ff_qsv_print_warning and ff_qsv_map_error can be used outside of lavc, make them inline in a private header so that other libraries may include this private header. In addition, QSV_VERSION_ATLEAST() and QSV_RUNTIME_VERSION_ATLEAST() can be used across li