[FFmpeg-trac] #673(avformat:open): Regression on demuxing mp3 track from an .MOV file.

FFmpeg trac at avcodec.org
Fri Nov 25 13:38:59 CET 2011


#673: Regression on demuxing mp3 track from an .MOV file.
-------------------------------------+-------------------------------------
             Reporter:  dongwon      |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mov mp3      |               Blocked By:
  regression                         |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * analyzed:  0 => 1


Comment:

 samples_per_frame is 2304 (which is two mp3 frames), first chunk has 11520
 samples, last chunk has 5760 samples which is still dividable by the size
 of one mp3 frames, but not samples_per_frame.

 Work-around attached.

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


More information about the FFmpeg-trac mailing list