summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 12:18:44 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-29 14:19:47 +0100
commitc2f7417eeb9cc31f75e71f7be2780f90f1628d7e (patch)
tree79020d21ae2503f4eebf1c8a0a3ac9ef95604cd6 /libavcodec/mss2.c
parenta5a71992cae34b321ceb8374f44ce17a945a3881 (diff)
vc1: move MpegEncContext.resync_marker into VC1Context.
The field still remains in MpegEncContext because it is used by the mpeg4 decoder.
Diffstat (limited to 'libavcodec/mss2.c')
-rw-r--r--libavcodec/mss2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c
index 0e5fd6df21..d219b67d33 100644
--- a/libavcodec/mss2.c
+++ b/libavcodec/mss2.c
@@ -779,7 +779,7 @@ static av_cold int wmv9_init(AVCodecContext *avctx)
v->overlap = 0;
- v->s.resync_marker = 0;
+ v->resync_marker = 0;
v->rangered = 0;
v->s.max_b_frames = avctx->max_b_frames = 0;