# HG changeset patch # User michael # Date 1102629855 0 # Node ID 6ffcdd96ae99b4fe77d5113c72a562e516a66903 # Parent 3c2abf00b7c14bb63e56a468b9ec2d7b1d44ea9a uppercase codec_tag=AVC1 support diff -r 3c2abf00b7c1 -r 6ffcdd96ae99 h264.c --- a/h264.c Thu Dec 09 01:01:11 2004 +0000 +++ b/h264.c Thu Dec 09 22:04:15 2004 +0000 @@ -2248,7 +2248,7 @@ decode_init_vlc(h); - if(avctx->codec_tag != 0x31637661) // avc1 + if(avctx->codec_tag != 0x31637661 && avctx->codec_tag != 0x31435641) // avc1 h->is_avc = 0; else { if((avctx->extradata_size == 0) || (avctx->extradata == NULL)) {