Remove some disabled printf debug cruft.
This commit is contained in:
@@ -152,10 +152,6 @@ const uint8_t *ff_h264_decode_nal(H264Context *h, const uint8_t *src, int *dst_l
|
||||
h->nal_unit_type= src[0]&0x1F;
|
||||
|
||||
src++; length--;
|
||||
#if 0
|
||||
for(i=0; i<length; i++)
|
||||
printf("%2X ", src[i]);
|
||||
#endif
|
||||
|
||||
#if HAVE_FAST_UNALIGNED
|
||||
# if HAVE_FAST_64BIT
|
||||
@@ -2748,12 +2744,6 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size){
|
||||
int next_avc= h->is_avc ? 0 : buf_size;
|
||||
|
||||
h->max_contexts = avctx->thread_count;
|
||||
#if 0
|
||||
int i;
|
||||
for(i=0; i<50; i++){
|
||||
av_log(NULL, AV_LOG_ERROR,"%02X ", buf[i]);
|
||||
}
|
||||
#endif
|
||||
if(!(s->flags2 & CODEC_FLAG2_CHUNKS)){
|
||||
h->current_slice = 0;
|
||||
if (!s->first_field)
|
||||
|
||||
Reference in New Issue
Block a user