diff h264.c @ 2673:6f04c7a5bf24 libavcodec

typo found by Chengji Zhao
author michael
date Thu, 12 May 2005 23:34:23 +0000
parents a4e3a37ed57b
children 58fb8e1efcae
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 ])