vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 3 Jun 2011 08:41:47 +0000 (10:41 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 23 Jun 2011 06:49:49 +0000 (08:49 +0200)
commita4bda405447b13e84b4004ab281ae01abd230e22
tree5507943e80d4268e9832406a821230883045783e
parente60068baeb576f34a542c8cad75d5604e9c5a2a9
vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()

The variable is used for containing the parsed value of framerate,
using a lexically consistent name eases readability/understanding.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavdevice/vfwcap.c