[FFmpeg-trac] #6915(avformat:open): DASH audio segments duration doesn't match exactly with video segments duration.

FFmpeg trac at avcodec.org
Fri Dec 22 02:36:58 EET 2017


#6915: DASH audio segments duration doesn't match exactly with video segments
duration.
------------------------------------+-------------------------------------
             Reporter:  beloko      |                    Owner:  stevenliu
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-------------------------------------

Comment (by stevenliu):

 Replying to [comment:43 beloko]:
 > What's lrint(1.50) will return ?
 > 1 or 2

 {{{
 MacBook:xxx StevenLiu$ cat lrint.c
 #include <stdio.h>
 #include <math.h>

 int main(int argc, char *argv[])
 {
     double value = 1.600000;
     fprintf(stdout, "value lrint = %ld\n", lrint(value));

     return 0;
 }
 MacBook:xxx StevenLiu$ gcc lrint.c -o lrint_test
 MacBook:xxx StevenLiu$ ./lrint_test
 value lrint = 2
 MacBook:xxx StevenLiu$
 }}}

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


More information about the FFmpeg-trac mailing list