On Tue, Jun 13, 2017 at 10:30:37PM +0100, Mark Thompson wrote:
> ---
> libavutil/hwcontext.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
OK
> --- a/libavutil/hwcontext.c
> +++ b/libavutil/hwcontext.c
> @@ -50,7 +50,7 @@ static const HWContextType * const hw_table[] = {
>
> -const char *hw_type_names[] = {
> +static const char *hw_type_names[] = {
static const char * const hw_type_names[]
while you're at it?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel