Fix timebase handling at the begin and at the end of the ffplay video
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 12 Oct 2010 18:40:16 +0000 (18:40 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 12 Oct 2010 18:40:16 +0000 (18:40 +0000)
commit387b4ac993528d6e25b3d6fe49d5d360b8e62e98
tree03a8dac378bbf3b4790e0fd63c1a339c4ae4b5ea
parent610312e904edaad31d91e7799ff6f7f8ee69a119
Fix timebase handling at the begin and at the end of the ffplay video
filterchain.

Set timebase in the ffplay input, and make get_filtered_video_frame()
rescale the output frames PTSes according to their timebase.

Originally committed as revision 25450 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c