projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3587d50
)
mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
author
Arpi
<arpi@thot.banki.hu>
Fri, 11 Jan 2002 21:23:48 +0000
(21:23 +0000)
committer
Arpi
<arpi@thot.banki.hu>
Fri, 11 Jan 2002 21:23:48 +0000
(21:23 +0000)
Originally committed as revision 254 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo.c
b/libavcodec/mpegvideo.c
index
544d83c
..
e6fdc68
100644
(file)
--- a/
libavcodec/mpegvideo.c
+++ b/
libavcodec/mpegvideo.c
@@
-260,6
+260,7
@@
int MPV_encode_init(AVCodecContext *avctx)
s->gop_size = avctx->gop_size;
s->rtp_mode = avctx->rtp_mode;
s->rtp_payload_size = avctx->rtp_payload_size;
+ s->avctx = avctx;
if (s->gop_size <= 1) {
s->intra_only = 1;