Mercurial > libavcodec.hg
comparison h264.c @ 2548:bca31bc0cbae libavcodec
spam
author | michael |
---|---|
date | Sun, 06 Mar 2005 19:59:37 +0000 |
parents | c5781912ad8a |
children | 615995277bc5 |
comparison
equal
deleted
inserted
replaced
2547:c5781912ad8a | 2548:bca31bc0cbae |
---|---|
2632 | 2632 |
2633 decode_init_vlc(h); | 2633 decode_init_vlc(h); |
2634 | 2634 |
2635 if(avctx->extradata_size > 0 && avctx->extradata && | 2635 if(avctx->extradata_size > 0 && avctx->extradata && |
2636 *(char *)avctx->extradata == 1){ | 2636 *(char *)avctx->extradata == 1){ |
2637 av_log(avctx, AV_LOG_INFO, "assuming AVC1 format\n"); | |
2638 h->is_avc = 1; | 2637 h->is_avc = 1; |
2639 h->got_avcC = 0; | 2638 h->got_avcC = 0; |
2640 } else { | 2639 } else { |
2641 h->is_avc = 0; | 2640 h->is_avc = 0; |
2642 } | 2641 } |