Skip to content

Commit

Permalink
add ffmpeg patchfile for backport ab433b2
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 9, 2013
1 parent ab433b2 commit e1c11b9
Showing 1 changed file with 14 additions and 0 deletions.
@@ -0,0 +1,14 @@
diff --git a/lib/ffmpeg/libavcodec/h264.c b/lib/ffmpeg/libavcodec/h264.c
index 85f2372..1cab49f 100644
--- a/lib/ffmpeg/libavcodec/h264.c
+++ b/lib/ffmpeg/libavcodec/h264.c
@@ -4523,8 +4523,7 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
first_slice = hx->nal_unit_type;
}

- // FIXME do not discard SEI id
- if (avctx->skip_frame >= AVDISCARD_NONREF && h->nal_ref_idc == 0)
+ if (avctx->skip_frame >= AVDISCARD_NONREF && h->nal_ref_idc == 0 && h->nal_unit_type != NAL_SEI)
continue;

again:

0 comments on commit e1c11b9

Please sign in to comment.