Commit bd88914b authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'b8b21dee'

* commit 'b8b21dee':
  mxfenc: always assume long gop
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents efcc8fdd b8b21dee
......@@ -1920,7 +1920,7 @@ static const UID mxf_mpeg2_codec_uls[] = {
static const UID *mxf_get_mpeg2_codec_ul(AVCodecContext *avctx)
{
int long_gop = avctx->gop_size > 1 || avctx->has_b_frames;
int long_gop = 1;
if (avctx->profile == 4) { // Main
if (avctx->level == 8) // Main
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment