[FFmpeg-trac] #2254(avcodec:new): Unsupported h264 file

FFmpeg trac at avcodec.org
Tue Apr 23 01:51:48 CEST 2013


#2254: Unsupported h264 file
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  h264 mpegts  |               Blocked By:
  videolan                           |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by michael):

 Also if you want to see "better" decoding you can use this:
 but its just displaying the incomplete frames
 {{{
 diff --git a/libavcodec/h264.c b/libavcodec/h264.c
 index 502ee92..c4b8585 100644
 --- a/libavcodec/h264.c
 +++ b/libavcodec/h264.c
 @@ -1906,7 +1906,7 @@ static void decode_postinit(H264Context *h, int
 setup_finished)
           * yet, so we assume the worst for now. */
          // if (setup_finished)
          //    ff_thread_finish_setup(h->avctx);
 -        return;
 +//         return;
      }

      cur->f.interlaced_frame = 0;
 }}}

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


More information about the FFmpeg-trac mailing list