#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to