Browse Source

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Fix libxvid crash on failing initialisation.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
68ed0b6cd1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libxvid.c

+ 1
- 0
libavcodec/libxvid.c View File

@@ -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…
Cancel
Save