mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
parent
c8b99f8ad0
commit
ee3fc8aa86
@ -48,6 +48,7 @@
|
||||
* This stores all the private context for the codec.
|
||||
*/
|
||||
struct xvid_context {
|
||||
AVClass *class;
|
||||
void *encoder_handle; /**< Handle for Xvid encoder */
|
||||
int xsize; /**< Frame x size */
|
||||
int ysize; /**< Frame y size */
|
||||
|
Loading…
Reference in New Issue
Block a user