Commit 1ad2c68e authored by michael's avatar michael

typo found by Chengji Zhao


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4231 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0d0e2ff9
......@@ -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 ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment