comparison mov.c @ 3135:cf8df6a00eb5 libavformat

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents da04b574d131
children 49989c8b181c
comparison
equal deleted inserted replaced
3134:8207e7600a4b 3135:cf8df6a00eb5
663 663
664 if (st->codec->codec_tag && 664 if (st->codec->codec_tag &&
665 (c->fc->video_codec_id ? codec_get_id(codec_movvideo_tags, format) != c->fc->video_codec_id 665 (c->fc->video_codec_id ? codec_get_id(codec_movvideo_tags, format) != c->fc->video_codec_id
666 : st->codec->codec_tag != MKTAG('j', 'p', 'e', 'g')) 666 : st->codec->codec_tag != MKTAG('j', 'p', 'e', 'g'))
667 ){ 667 ){
668 /* multiple fourcc, we skip jpeg, this isnt correct, we should export it as 668 /* Multiple fourcc, we skip JPEG. This is not correct, we should
669 seperate AVStream but this needs a few changes in the mov demuxer, patch 669 * export it as a separate AVStream but this needs a few changes
670 welcome */ 670 * in the MOV demuxer, patch welcome. */
671 url_fskip(pb, size - (url_ftell(pb) - start_pos)); 671 url_fskip(pb, size - (url_ftell(pb) - start_pos));
672 continue; 672 continue;
673 } 673 }
674 sc->pseudo_stream_id= pseudo_stream_id; 674 sc->pseudo_stream_id= pseudo_stream_id;
675 sc->dref_id= dref_id; 675 sc->dref_id= dref_id;