2018-01-15 0:14 GMT+01:00 Mark Thompson <s...@jkqxz.net>:
> On 14/01/18 22:59, Carl Eugen Hoyos wrote:
>>> On 08/01/18 08:35, Jun Zhao wrote:
>>
>>>> +    VAStatus vas;
>>
>>>> +        av_log(avctx, AV_LOG_ERROR, "Failed to Query procamp "
>>>> +               "query caps: %d (%s).\n", vas, vaErrorStr(vas));
>>
>> Is "%d" what it's supposed to be? Why is VAStatus needed then?
>
> Yes: <https://github.com/01org/libva/blob/master/va/va.h#L170>.

Ok, I expected this.
But my question was actually:
If there is a typedef for a return value that you may be interested
in printing, shouldn't there be a define that is the correct format?

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to