From 5cb46bc722a7691209fcd10f6c2e9d5035989b89 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 12 May 2005 23:34:23 +0000 Subject: [PATCH] typo found by Chengji Zhao Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 78cfc51562..436be57a59 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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 ])