Mercurial > libavcodec.hg
changeset 7421:74534206d329 libavcodec
And.... Fix another spec reference to be more specific and correct.
author | heydowns |
---|---|
date | Sat, 26 Jul 2008 18:38:30 +0000 |
parents | 30e8c4bf08a4 |
children | e29ac68d3152 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */