mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/oggdec: reset end_trimming when it has been used, so it cannot be used twice by mistake
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9c0dd7b462
commit
551a679795
1 changed files with 1 additions and 0 deletions
|
|
@ -785,6 +785,7 @@ retry:
|
|||
return AVERROR(ENOMEM);
|
||||
}
|
||||
AV_WL32(side_data + 4, os->end_trimming);
|
||||
os->end_trimming = 0;
|
||||
}
|
||||
|
||||
return psize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue