[FFmpeg-trac] #3117(avformat:new): stream extraction broken after ffmpeg 2.0.2 when using libbluray

FFmpeg trac at avcodec.org
Wed Nov 6 20:06:21 CET 2013


#3117: stream extraction broken after ffmpeg 2.0.2 when using libbluray
-------------------------------------+-------------------------------------
             Reporter:  Selur        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  libbluray    |               Blocked By:
  mpegts regression                  |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 $ make distclean
 $ git bisect start
 $ git checkout d73cbc22
 $ ./configure --enable-libbluray && make ffmpeg
 test and confirm it is bad
 $ git bisect bad
 $ make distclean && git checkout 7d776062
 $ ./configure --enable-libbluray && make ffmpeg
 test and confirm it is good
 $ git bisect good
 $ ./configure --enable-libbluray && make ffmpeg
 test if it is good or bad, type either "git bisect good" or "git bisect
 bad"
 Repeat the configure, make, test, git bisect step (three times) until it
 tells you which commit introduced the regression. Post the information
 here.

 To end bisecting (when you know the offending commit), type "make
 distclean && git bisect reset".

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3117#comment:21>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list