# HG changeset patch # User bcoudurier # Date 1163692194 0 # Node ID 55599fd64a235c014e0b7be151fc3a2aa0fd3f11 # Parent fe46e04555a55905cb59017ed8f12e6f52e5d37b parse video frame headers to get key flag diff -r fe46e04555a5 -r 55599fd64a23 mxf.c --- a/mxf.c Thu Nov 16 12:27:43 2006 +0000 +++ b/mxf.c Thu Nov 16 15:49:54 2006 +0000 @@ -896,6 +896,7 @@ st->codec->width = descriptor->width; st->codec->height = descriptor->height; st->codec->bits_per_sample = descriptor->bits_per_sample; /* Uncompressed */ + st->need_parsing = 2; /* only parse headers */ } else if (st->codec->codec_type == CODEC_TYPE_AUDIO) { container_ul = mxf_get_codec_ul(mxf_sound_essence_container_uls, &descriptor->essence_container_ul); if (st->codec->codec_id == CODEC_ID_NONE)