~ubuntu-branches/debian/sid/xserver-xorg-video-intel/sid

« back to all changes in this revision

Viewing changes to src/xvmc/intel_xvmc.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Timo Aaltonen
  • Date: 2011-11-19 12:46:57 UTC
  • mfrom: (12.1.16)
  • Revision ID: package-import@ubuntu.com-20111119124657-mw33s2fwm7p5topy
Tags: 2:2.17.0-1
[ Timo Aaltonen ]
New upstream release. (Closes: #635953)

Show diffs side-by-side

added added

removed removed

Lines of Context:
972
972
 * Function: XvMCQueryAttributes
973
973
 * Description: An array of XvAttributes of size "number" is returned by
974
974
 *   this function. If there are no attributes, NULL is returned and number
975
 
 *   is set to 0. The array may be freed with xfree().
 
975
 *   is set to 0. The array may be freed with free().
976
976
 *
977
977
 * Arguments:
978
978
 *   display - Connection to the X server.