revast / dvj

Automatically exported from code.google.com/p/dvj
GNU General Public License v3.0
0 stars 0 forks source link

Uncompressed PCM audio doesn't decode properly #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The audio skips, as if the audio decode buffer is insufficient, somewhere
in libffmpeg...

Example: Glenn Marshall's video for Boards of Canada - Music Is Math

http://www.vimeo.com/1593564

Original issue reported on code.google.com by interim....@gmail.com on 19 Jul 2009 at 3:58

GoogleCodeExporter commented 9 years ago
AVCODEC_MAX_AUDIO_FRAME_SIZE needed to be doubled, in a certain instance.

Original comment by interim....@gmail.com on 9 Sep 2009 at 4:28