mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Cosmetics: make a v4l2 error message consistent with r14647.
Originally committed as revision 14664 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c57c489753
commit
3241ec1d6f
@ -510,7 +510,7 @@ static int v4l2_read_header(AVFormatContext *s1, AVFormatParameters *ap)
|
|||||||
frame_rate_base = ap->time_base.num;
|
frame_rate_base = ap->time_base.num;
|
||||||
|
|
||||||
if((unsigned)width > 32767 || (unsigned)height > 32767) {
|
if((unsigned)width > 32767 || (unsigned)height > 32767) {
|
||||||
av_log(s1, AV_LOG_ERROR, "Wrong size %dx%d\n", width, height);
|
av_log(s1, AV_LOG_ERROR, "Wrong size (%dx%d)\n", width, height);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user