Mercurial > libavcodec.hg
changeset 2673:6f04c7a5bf24 libavcodec
typo found by Chengji Zhao
author | michael |
---|---|
date | Thu, 12 May 2005 23:34:23 +0000 |
parents | be04f746d1fe |
children | 58fb8e1efcae |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Thu May 12 18:54:03 2005 +0000 +++ b/h264.c Thu May 12 23:34:23 2005 +0000 @@ -3217,7 +3217,7 @@ // 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 ])