Originally committed as revision 2625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-12-18 21:35:02 +00:00
parent e45f19437e
commit 9a41c2c747
1 changed files with 1 additions and 0 deletions

View File

@ -2158,6 +2158,7 @@ static void common_init(H264Context *h){
init_pred_ptrs(h);
s->unrestricted_mv=1;
s->decode=1; //FIXME
}