[FFmpeg-trac] #3652(avcodec:new): FFPlay cannot play H264 file

FFmpeg trac at avcodec.org
Tue May 20 03:58:00 CEST 2014


#3652: FFPlay cannot play H264 file
------------------------------------+-----------------------------------
             Reporter:  Krakean     |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  important   |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by Aleksoid1978):

 I can add some information - if in this check:
 file - libavcodec\h264.c, line 1898-1899,

 {{{
         if (h->next_output_pic && (
                                    h->next_output_pic->recovered)) {

 }}}
 remove
 {{{
 h->next_output_pic->recovered
 }}}


 - then file playback good. But - it's not good solution

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


More information about the FFmpeg-trac mailing list