diff mpeg12.c @ 69:361631a8d140 libavcodec

copy avctx
author glantau
date Wed, 15 Aug 2001 13:11:03 +0000
parents 5aa6292a1660
children 0b09bd08ef4b
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];