summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-31 14:02:35 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-12-31 14:02:35 +0000
commit17bfbd70ab458717faaa06874fbe08a884b5524a (patch)
tree9375238ee92afec02af88cb8891030df9f52bbc1 /libavcodec/h264.c
parent6cb5dcb3920f04772b9a323776f6f64653a1e147 (diff)
10l
Originally committed as revision 3788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 81b678b350..a4ede6f323 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2495,6 +2495,7 @@ static void frame_start(H264Context *h){
MPV_frame_start(s, s->avctx);
ff_er_frame_start(s);
+ h->mmco_index=0;
assert(s->linesize && s->uvlinesize);