comparison xvmc.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents b3a081ee40a9
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
69 - application - set during initialization 69 - application - set during initialization
70 - libavcodec - unchanged 70 - libavcodec - unchanged
71 */ 71 */
72 int allocated_data_blocks; 72 int allocated_data_blocks;
73 73
74 /** Indicates that the hardware would interpret data_blocks as IDCT 74 /** Indicate that the hardware would interpret data_blocks as IDCT
75 coefficients and perform IDCT on them. 75 coefficients and perform IDCT on them.
76 - application - set during initialization 76 - application - set during initialization
77 - libavcodec - unchanged 77 - libavcodec - unchanged
78 */ 78 */
79 int idct; 79 int idct;