# HG changeset patch # User michael # Date 1111883257 0 # Node ID b4f6f89ec2f67693d89b18f1964fa2a3d1a2df1f # Parent e027765cf410d3e28d53b74837573559d147d4e4 The cvs version 1.103 of h264.c brokes 13 conformance streams, this patch corrects this and decodes the same streams as version 1.102. patch by (Lo«Ác Le Loarer ) diff -r e027765cf410 -r b4f6f89ec2f6 h264.c --- a/h264.c Sat Mar 26 23:51:13 2005 +0000 +++ b/h264.c Sun Mar 27 00:27:37 2005 +0000 @@ -3762,7 +3762,7 @@ else h->use_weight = 0; - if(s->current_picture.reference == 3) + if(s->current_picture.reference) decode_ref_pic_marking(h); if( h->slice_type != I_TYPE && h->slice_type != SI_TYPE && h->pps.cabac )