am7xxx-play: get the framerate from the video stream
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 22 May 2012 13:42:26 +0000 (15:42 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 22 May 2012 13:42:26 +0000 (15:42 +0200)
commit2208b544c082879d7a429b50ec76c466212e4aac
tree8942e04ee717c62fb1429a16a87f51305b2ea529
parent83413d14e30727d4279674d5bb811f436c9600f2
am7xxx-play: get the framerate from the video stream

When setting the output codec get the time_base (which indicates the
framerate) from the video stream, not from the input codec context, this
is the correct way to do it.

On some systems (Windows) the time_base from the input codec context is
set different from the one of the video stream, and timebase.num ends up
being 0 which results in the output codec initialization failing with
the message "framerate not set".
examples/am7xxx-play.c