mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.22k stars 395 forks source link

Audio with videomp4 h264 and AAC #25

Closed tetepoive974 closed 8 years ago

tetepoive974 commented 9 years ago

Hi, I try your modification for the issue with song.Everything is ok with video with mp3.But when I try with a video mp4 with AAC audio the song seem very slow.Do you where it come from? thanks for your help

mpenkov commented 9 years ago

I'd like to merge some of the commits (like 907bd3a, f9097c8, 1020007, etc) but not the commits that change the code formatting.

Can you please get rid of the commits that change the code formatting and make a new pull request? I know that the code formatting is not ideal, but changing it makes it difficult to compare the code to the original tutorial.