[FFmpeg-cvslog] r22971 - trunk/libavdevice/v4l2.c
Luca Abeni
lucabe72
Tue Apr 27 19:28:12 CEST 2010
On 27/04/10 14:16, Benoit Fouet wrote:
[...]
>> + if (!s->width&& !s->height) {
>> + struct v4l2_format fmt;
>> +
>> + av_log(s1, AV_LOG_INFO, "Size value (%dx%d) unspecified, querying the device for the current settings\n",
>> + s->width, s->height);
>
> why don't you write 0x0 instead ?
Right...
Double looking at it, we can just write "Size unspecified, querying ..."
without the (0x0).
I'll commit a fix later, thanks for noticing.
Thanks,
Luca
More information about the ffmpeg-cvslog
mailing list