mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fixing segfault
Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b59f574753
commit
9db99069bd
@ -346,7 +346,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
|
||||
MpegEncContext *s = avctx->priv_data;
|
||||
static int done;
|
||||
|
||||
// s->avctx= avctx;
|
||||
s->avctx= avctx;
|
||||
s->out_format = FMT_H263;
|
||||
|
||||
s->width = avctx->width;
|
||||
|
Loading…
Reference in New Issue
Block a user