typo found by Chengji Zhao
Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
efc39ba89a
commit
5cb46bc722
@ -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 ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user