Andreas Rheinhardt: > This decoder implements the receive_frame API; such decoders > always have to set the pkt_dts field themselves and the avcodec > test checks for this. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > --- > libavcodec/libxevd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c > index 58ef90d929..eb007e30fe 100644 > --- a/libavcodec/libxevd.c > +++ b/libavcodec/libxevd.c > @@ -534,5 +534,5 @@ const FFCodec ff_libxevd_decoder = { > .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS | > AV_CODEC_CAP_AVOID_PROBING, > .p.profiles = NULL_IF_CONFIG_SMALL(ff_evc_profiles), > .p.wrapper_name = "libxevd", > - .caps_internal = FF_CODEC_CAP_INIT_CLEANUP | > FF_CODEC_CAP_NOT_INIT_THREADSAFE | FF_CODEC_CAP_SETS_PKT_DTS | > FF_CODEC_CAP_SETS_FRAME_PROPS > + .caps_internal = FF_CODEC_CAP_INIT_CLEANUP | > FF_CODEC_CAP_NOT_INIT_THREADSAFE | FF_CODEC_CAP_SETS_FRAME_PROPS > };
Will apply this patchset tomorrow unless there are objections. - Andreas _______________________________________________ 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".