typo found by Chengji Zhao

Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-05-12 23:34:23 +00:00
parent efc39ba89a
commit 5cb46bc722
1 changed files with 1 additions and 1 deletions

View File

@ -3217,7 +3217,7 @@ static int fill_default_ref_list(H264Context *h){
// L0 and L1 are identical
Picture temp= h->default_ref_list[1][0];
h->default_ref_list[1][0] = h->default_ref_list[1][1];
h->default_ref_list[1][0] = temp;
h->default_ref_list[1][1] = temp;
}
if(index < h->ref_count[ list ])