Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Fix libxvid crash on failing initialisation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
* This stores all the private context for the codec.
|
* This stores all the private context for the codec.
|
||||||
*/
|
*/
|
||||||
struct xvid_context {
|
struct xvid_context {
|
||||||
|
AVClass *class;
|
||||||
void *encoder_handle; /**< Handle for Xvid encoder */
|
void *encoder_handle; /**< Handle for Xvid encoder */
|
||||||
int xsize; /**< Frame x size */
|
int xsize; /**< Frame x size */
|
||||||
int ysize; /**< Frame y size */
|
int ysize; /**< Frame y size */
|
||||||
|
Reference in New Issue
Block a user