mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/png_parser: Return the buffered data at the end
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a6153bde3d
commit
4a203b7737
|
@ -45,8 +45,6 @@ static int png_parse(AVCodecParserContext *s, AVCodecContext *avctx,
|
||||||
s->pict_type = AV_PICTURE_TYPE_NONE;
|
s->pict_type = AV_PICTURE_TYPE_NONE;
|
||||||
|
|
||||||
*poutbuf_size = 0;
|
*poutbuf_size = 0;
|
||||||
if (buf_size == 0)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (!ppc->pc.frame_start_found) {
|
if (!ppc->pc.frame_start_found) {
|
||||||
uint64_t state64 = ppc->pc.state64;
|
uint64_t state64 = ppc->pc.state64;
|
||||||
|
|
Loading…
Reference in New Issue