Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-17 16:49:24 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-17 16:49:24 +0300
commitbd88914b15e77a4bdc5fb26882a0b4208fdfb727 (patch)
treee9fbe1a1abf177889d031b13f6911f252348e5dc /libavformat
parentefcc8fddd6b7d1f931ff349e195d78c3c943d7fd (diff)
parentb8b21dee0f0b4bcc1888067c497d6e838859d2cd (diff)
Merge commit 'b8b21dee0f0b4bcc1888067c497d6e838859d2cd'
* commit 'b8b21dee0f0b4bcc1888067c497d6e838859d2cd': mxfenc: always assume long gop Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mxfenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 59eed2ec48..35c67f7813 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -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