ogg_uint32_t      217 extra_lib/include/theora/theora.h   ogg_uint32_t  width;		/**< encoded frame width  */
ogg_uint32_t      218 extra_lib/include/theora/theora.h   ogg_uint32_t  height;		/**< encoded frame height */
ogg_uint32_t      219 extra_lib/include/theora/theora.h   ogg_uint32_t  frame_width;	/**< display frame width  */
ogg_uint32_t      220 extra_lib/include/theora/theora.h   ogg_uint32_t  frame_height;	/**< display frame height */
ogg_uint32_t      221 extra_lib/include/theora/theora.h   ogg_uint32_t  offset_x;	/**< horizontal offset of the displayed frame */
ogg_uint32_t      222 extra_lib/include/theora/theora.h   ogg_uint32_t  offset_y;	/**< vertical offset of the displayed frame */
ogg_uint32_t      223 extra_lib/include/theora/theora.h   ogg_uint32_t  fps_numerator;	    /**< frame rate numerator **/
ogg_uint32_t      224 extra_lib/include/theora/theora.h   ogg_uint32_t  fps_denominator;    /**< frame rate denominator **/
ogg_uint32_t      225 extra_lib/include/theora/theora.h   ogg_uint32_t  aspect_numerator;   /**< pixel aspect ratio numerator */
ogg_uint32_t      226 extra_lib/include/theora/theora.h   ogg_uint32_t  aspect_denominator; /**< pixel aspect ratio denominator */
ogg_uint32_t      242 extra_lib/include/theora/theora.h   ogg_uint32_t  keyframe_frequency;
ogg_uint32_t      243 extra_lib/include/theora/theora.h   ogg_uint32_t  keyframe_frequency_force;  /* also used for decode init to
ogg_uint32_t      245 extra_lib/include/theora/theora.h   ogg_uint32_t  keyframe_data_target_bitrate;
ogg_uint32_t      247 extra_lib/include/theora/theora.h   ogg_uint32_t  keyframe_mindistance;
ogg_uint32_t      452 extra_lib/include/theora/theora.h extern ogg_uint32_t theora_version_number(void);