[FFmpeg-trac] #9116(undetermined:new): ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ?

FFmpeg trac at avcodec.org
Mon Feb 22 15:47:07 EET 2021


#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ?
-------------------------------------+-------------------------------------
             Reporter:  dcb          |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Source code is

     switch (n) {
     case 4: ret = sign * (((int64_t)a*3600 + b*60 + c) * timeres + d);
     case 3: ret = sign * ((         (int64_t)a*60 + b) * timeres + c);
     case 2: ret = sign * ((                (int64_t)a) * timeres + b);
     }

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9116>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list