mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
This commit is contained in:
parent
4078ed2631
commit
fefa67d536
@ -642,7 +642,7 @@ static int v4l2_read_header(AVFormatContext *s1, AVFormatParameters *ap)
|
||||
desired_format = device_try_init(s1, pix_fmt, &s->width, &s->height, &codec_id);
|
||||
if (desired_format == 0) {
|
||||
av_log(s1, AV_LOG_ERROR, "Cannot find a proper format for "
|
||||
"codec_id %d, pix_fmt %d.\n", s1->video_codec_id, ap->pix_fmt);
|
||||
"codec_id %d, pix_fmt %d.\n", s1->video_codec_id, pix_fmt);
|
||||
close(s->fd);
|
||||
|
||||
res = AVERROR(EIO);
|
||||
|
Loading…
Reference in New Issue
Block a user