diff options
author | Jeff Downs <heydowns@borg.com> | 2008-07-26 18:34:34 +0000 |
---|---|---|
committer | Jeff Downs <heydowns@borg.com> | 2008-07-26 18:34:34 +0000 |
commit | 25f8bceb1c160622d9f56388c60b9e9ea35a3821 (patch) | |
tree | a79c924dd46ea0a94a7ae2defc75b2798665a89c /libavcodec/h264.c | |
parent | f42eb5715d64db82429805a152514b8f84dbfe1c (diff) | |
download | ffmpeg-25f8bceb1c160622d9f56388c60b9e9ea35a3821.tar.gz |
Fix reference to spec to be more specific and correct.
Originally committed as revision 14422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 6adc1e3d91..1dcd374b55 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -3371,7 +3371,7 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){ // Comment below left from previous code as it is an interresting note. /* First field in pair is in short term list or * at a different long term index. - * This is not allowed; see 7.4.3, notes 2 and 3. + * This is not allowed; see 7.4.3.3, notes 2 and 3. * Report the problem and keep the pair where it is, * and mark this field valid. */ |