Extraction of h264_metadata display_orientation not implemented yet. Suggested-by: Gyan Doshi <ffm...@gyani.pro> Signed-off-by: Steven Liu <l...@chinaffmpeg.org> --- libavcodec/h264_metadata_bsf.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c index d96a50dbf7..89b8d01679 100644 --- a/libavcodec/h264_metadata_bsf.c +++ b/libavcodec/h264_metadata_bsf.c @@ -438,6 +438,9 @@ static int h264_metadata_filter(AVBSFContext *bsf, AVPacket *pkt) } if (ctx->display_orientation != PASS) { + if (ctx->display_orientation == EXTRACT) + av_log(bsf, AV_LOG_WARNING, "Extraction of h264_metadata display_orientation not implemented.\n"); + for (i = au->nb_units - 1; i >= 0; i--) { H264RawSEI *sei; if (au->units[i].type != H264_NAL_SEI) -- 2.15.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".