comparison h264.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 4dbe6578f811
children b985439e3e15
comparison
equal deleted inserted replaced
5128:d98460d07146 5129:0244bba24b43
1444 dst[di++]= src[si++]; 1444 dst[di++]= src[si++];
1445 } 1445 }
1446 1446
1447 *dst_length= di; 1447 *dst_length= di;
1448 *consumed= si + 1;//+1 for the header 1448 *consumed= si + 1;//+1 for the header
1449 //FIXME store exact number of bits in the getbitcontext (its needed for decoding) 1449 //FIXME store exact number of bits in the getbitcontext (it is needed for decoding)
1450 return dst; 1450 return dst;
1451 } 1451 }
1452 1452
1453 /** 1453 /**
1454 * identifies the exact end of the bitstream 1454 * identifies the exact end of the bitstream