Commit 5cb46bc7 authored by Michael Niedermayer's avatar Michael Niedermayer

typo found by Chengji Zhao

Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent efc39ba8
...@@ -3217,7 +3217,7 @@ static int fill_default_ref_list(H264Context *h){ ...@@ -3217,7 +3217,7 @@ static int fill_default_ref_list(H264Context *h){
// L0 and L1 are identical // L0 and L1 are identical
Picture temp= h->default_ref_list[1][0]; 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] = 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 ]) 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