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

Reply via email to