Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 15:18:44 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:19:47 +0400
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;