[FFmpeg-trac] #5023(avformat:reopened): Can no longer read mjpeg from Mobotix camera

FFmpeg trac at avcodec.org
Mon Feb 8 13:05:36 CET 2016


#5023: Can no longer read mjpeg from Mobotix camera
-------------------------------------+-------------------------------------
             Reporter:  hackeron     |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mjpeg        |               Blocked By:
  mpjpeg regression                  |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 {{{
 $ git bisect start
 $ git checkout 36adfa32
 $ ./configure && make ffmpeg
  [now test to confirm it does work]
 $ git bisect good
 $ git checkout 53e8bef2
 $ ./configure && make ffmpeg
  [now test to confirm it does not work]
 $ git bisect bad
  [here starts the loop]
 $ ./configure && make ffmpeg
  [test and pass either "good" or "bad" as option to the next command]
 $ git bisect good/bad
  [either it says "first bad revision is" or to back to "here starts the
 loop"]
 }}}
 This takes between fifteen and twenty minutes here.

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


More information about the FFmpeg-trac mailing list