comparison vc1.h @ 5299:4623928e3b9e libavcodec

Replace non-existing @fixme doxygen tags with @todo. patch by Ismail D«Ónmez, ismail pardus.org tr
author diego
date Fri, 13 Jul 2007 13:04:55 +0000
parents 3fd46e281bd8
children 1d83e9c34641
comparison
equal deleted inserted replaced
5298:e00f7048c50c 5299:4623928e3b9e
149 }; 149 };
150 //@} 150 //@}
151 151
152 152
153 /** The VC1 Context 153 /** The VC1 Context
154 * @fixme Change size wherever another size is more efficient 154 * @todo Change size wherever another size is more efficient
155 * Many members are only used for Advanced Profile 155 * Many members are only used for Advanced Profile
156 */ 156 */
157 typedef struct VC1Context{ 157 typedef struct VC1Context{
158 MpegEncContext s; 158 MpegEncContext s;
159 159