[FFmpeg-trac] #4795(ffmpeg:closed): option to survive "Invalid data found when processing input"

FFmpeg trac at avcodec.org
Tue Jul 30 15:11:31 EEST 2019


#4795: option to survive "Invalid data found when processing input"
-------------------------------------+----------------------------------
             Reporter:  basinilya    |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  ffmpeg
              Version:  git-master   |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+----------------------------------
Changes (by beastd):

 * analyzed:  0 => 1
 * status:  new => closed
 * resolution:   => fixed
 * reproduced:  0 => 1


Comment:

 Earlier this year I could reproduce and analyse the problem with a
 specific web cam.

 The problem was also observed by Stephan Hilb. He sent a patch to treat
 frames of unexpected size the same way we treat frames which are flagged
 to be corrupted (V4L2_BUF_FLAG_ERROR) in input device v4l2.

 Stephan's patch is now in FFmpeg master ( commit
 b761ae072a169eb183abe0785a258b9787e267d3 ).

 Thus the ffmpeg CLI tool should not die anymore for this specific error
 condition with a v4l2 input device. A generic option to survive "Invalid
 data found when processing input" should not be needed for this particular
 issue.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4795#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list