[FFmpeg-devel] [PATCH 2/2] avcodec/hevcdec: Fix return code for explode mode
Michael Niedermayer
michael at niedermayer.cc
Wed Mar 27 02:20:23 EET 2019
On Sun, Mar 24, 2019 at 11:17:37AM -0300, James Almer wrote:
> On 3/24/2019 7:55 AM, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> > libavcodec/hevcdec.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
> > index fe4b5fdb5b..b7e2d68f5e 100644
> > --- a/libavcodec/hevcdec.c
> > +++ b/libavcodec/hevcdec.c
> > @@ -2923,6 +2923,7 @@ static int decode_nal_unit(HEVCContext *s, const H2645NAL *nal)
> > return ret;
> > if (ret == 1) {
> > av_log(s->avctx, AV_LOG_ERROR, "Two slices reporting being the first in the same frame.\n");
> > + ret = AVERROR_INVALIDDATA;
> > goto fail;
> > }
>
> I'd prefer if you squash all the patches before pushing, with or without
> my suggested changes for patch 1/2.
changed and new patch posted
will apply after sleeping a few hours if there are no suggestions for
more changes by then
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190327/4afaf524/attachment.sig>
More information about the ffmpeg-devel
mailing list