[SCM] libav/experimental: typo found by Chengji Zhao

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 5cb46bc722a7691209fcd10f6c2e9d5035989b89
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 23:34:23 2005 +0000

    typo found by Chengji Zhao
    
    Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 78cfc51..436be57 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 ])

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list