changeset 69:361631a8d140 libavcodec

copy avctx
author glantau
date Wed, 15 Aug 2001 13:11:03 +0000
parents 99cc25b48e24
children c7767df463f4
files mpeg12.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg12.c	Wed Aug 15 13:10:39 2001 +0000
+++ b/mpeg12.c	Wed Aug 15 13:11:03 2001 +0000
@@ -1396,6 +1396,7 @@
         s->width = width;
         s->height = height;
         s->has_b_frames = 1;
+        s->avctx = avctx;
         avctx->width = width;
         avctx->height = height;
         avctx->frame_rate = frame_rate_tab[s->frame_rate_index];