On Sun, Aug 03, 2014 at 04:37:05PM +0200, Janne Grunau wrote:
> --- a/libavutil/cpu.c
> +++ b/libavutil/cpu.c
> @@ -224,17 +228,50 @@ static const struct {
>  
> +static void print_cpu_flags(int cpu_flags, const char *type)
>  {
>      int i;
>  
> +    fprintf(stderr, "cpu_flags(%s) = 0x%08X\n", type, cpu_flags);
> +    fprintf(stderr, "cpu_flags_str(%s) =", type);

What's the point of printing the string "type" twice?

Could you paste some sample output?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to