X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/1a6948fa708d7f0a950f9caa0256e2d73740e924..b23692b3a8e0ada389d28e28a78a58ac1e15af0e:/libavcodec/hevc_parser.c diff --git a/libavcodec/hevc_parser.c b/libavcodec/hevc_parser.c index 09de43f..1ba9508 100644 --- a/libavcodec/hevc_parser.c +++ b/libavcodec/hevc_parser.c @@ -278,7 +278,7 @@ static int hevc_parse(AVCodecParserContext *s, parse_nal_units(s, avctx, buf, buf_size); - *poutbuf = buf; + *poutbuf = buf; *poutbuf_size = buf_size; return next; }