[FFmpeg-trac] #879(avformat:new): mxf files without FooterPartition

FFmpeg trac at avcodec.org
Fri Jan 6 18:40:45 CET 2012


#879: mxf files without FooterPartition
------------------------------------+------------------------------------
             Reporter:  zhukov      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mxf         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by zhukov):

 re second patch ([PATCH] Flush decoders correctly in
 avformat_find_stream_info())
 yes it helps, thanks

 re -1 and 4294967296
 offtopic but anyway :)
 {{{
 #include <stdio.h>

 int main(void) {
     unsigned long long a = 4294967296L;
     unsigned long long a2 = 4294967295L;
     int b = (int) a;
     int b2 = (int) a2;
     printf("%d %llu\n", b ,a);
     printf("%d %llu\n", b2 ,a2);
     return 0;
 }
 }}}

 ./a.out
 {{{
 0 4294967296
 -1 4294967295
 }}}

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


More information about the FFmpeg-trac mailing list