---
 libavcodec/hevc_refs.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/hevc_refs.c b/libavcodec/hevc_refs.c
index 2fbe9e7..fc2be2b 100644
--- a/libavcodec/hevc_refs.c
+++ b/libavcodec/hevc_refs.c
@@ -186,6 +186,7 @@ int ff_hevc_output_frame(HEVCContext *s, AVFrame *out, int 
flush)
             pixel_shift = desc->comp[0].depth_minus1 > 7;
 
             ret = av_frame_ref(out, frame->frame);
+            out->field_state = AV_FRAME_PROGRESSIVE;
             ff_hevc_unref_frame(s, frame, HEVC_FRAME_FLAG_OUTPUT);
             if (ret < 0)
                 return ret;
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to