# HG changeset patch # User heydowns # Date 1217097510 0 # Node ID 74534206d329aba1c804b399e47a77b00ad92ed6 # Parent 30e8c4bf08a4203683d7dbeff9b914dd30fbd2de And.... Fix another spec reference to be more specific and correct. diff -r 30e8c4bf08a4 -r 74534206d329 h264.c --- a/h264.c Sat Jul 26 18:34:34 2008 +0000 +++ b/h264.c Sat Jul 26 18:38:30 2008 +0000 @@ -3418,7 +3418,7 @@ * which is already referenced. If short referenced, it * should be first entry in short_ref. If not, it must exist * in long_ref; trying to put it on the short list here is an - * error in the encoded bit stream (ref: 7.4.3, NOTE 2 and 3). + * error in the encoded bit stream (ref: 7.4.3.3, NOTE 2 and 3). */ if (h->short_ref_count && h->short_ref[0] == s->current_picture_ptr) { /* Just mark the second field valid */