]> git.sesse.net Git - ffmpeg/commit
fbdev: prefer "framerate_q" over "fps" in device context
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 3 Jun 2011 08:31:42 +0000 (10:31 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 23 Jun 2011 06:49:49 +0000 (08:49 +0200)
commita5351720cc2439219bb348efc81ff3df828df2a3
tree057c6570c43951a6fbaffaacaa3186c93e59f22e
parentda51a7c69cd105498d28a23f1137eef2915a8e6b
fbdev: prefer "framerate_q" over "fps" in device context

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/fbdev.c