Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent d5be317cbe
commit deb13e3c73
  1. 1
      libavcodec/h264.c

@ -2634,7 +2634,6 @@ static int decode_init(AVCodecContext *avctx){
if(avctx->extradata_size > 0 && avctx->extradata &&
*(char *)avctx->extradata == 1){
av_log(avctx, AV_LOG_INFO, "assuming AVC1 format\n");
h->is_avc = 1;
h->got_avcC = 0;
} else {

Loading…
Cancel
Save