Mercurial > libavcodec.hg
diff h264.c @ 5129:0244bba24b43 libavcodec
misc typo fixes
author | diego |
---|---|
date | Tue, 12 Jun 2007 18:50:50 +0000 |
parents | 4dbe6578f811 |
children | b985439e3e15 |
line wrap: on
line diff
--- a/h264.c Tue Jun 12 15:03:28 2007 +0000 +++ b/h264.c Tue Jun 12 18:50:50 2007 +0000 @@ -1446,7 +1446,7 @@ *dst_length= di; *consumed= si + 1;//+1 for the header -//FIXME store exact number of bits in the getbitcontext (its needed for decoding) +//FIXME store exact number of bits in the getbitcontext (it is needed for decoding) return dst; }