summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-12-18 21:35:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-12-18 21:35:02 +0000
commit9a41c2c7474696c2ac0c3618626176dd91178d02 (patch)
tree7a7a762322cfdcaa772624f108b6464158b8cdec /libavcodec/h264.c
parente45f19437e4b5a67b12831e6b72890f6258f8a3e (diff)
svq3 fix
Originally committed as revision 2625 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 afd9302ce0..07422773f3 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2158,6 +2158,7 @@ static void common_init(H264Context *h){
init_pred_ptrs(h);
+ s->unrestricted_mv=1;
s->decode=1; //FIXME
}