[FFmpeg-trac] #697(avcodec:new): Some H.264 cannot decoded

FFmpeg trac at avcodec.org
Thu Dec 1 04:59:39 CET 2011


#697: Some H.264 cannot decoded
----------------------------------+--------------------------------------
             Reporter:  kyh96403  |                     Type:  defect
               Status:  new       |                 Priority:  important
            Component:  avcodec   |                  Version:  git-master
             Keywords:  h264      |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 http://www.gokuai.com/f/Ap04i705z8902L84
 This file cannot decoded.

 This problem can fixing by...

 h264_ps.c's line 582..
 if(bits_left > 0 && more_rbsp_data_in_pps(h, pps)){ -> if(bits_left &&
 (bits_left > 8 || show_bits(&s->gb, bits_left) != 1 << (bits_left - 1))) {

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/697>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list