diff options
author | Andreas Rheinhardt <[email protected]> | 2022-09-20 17:23:55 +0200 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2022-09-25 14:56:03 +0200 |
commit | 843fe314ea30a3b7ccaa165031663292d14a9e02 (patch) | |
tree | f99f8e1c72321990d647a8d6c0dffb18db83925f /tests/utils.c | |
parent | a7e54196cc94a71c44dd0bd4b91641740a7caf20 (diff) |
avformat/nutdec: Don't shrink packet size manually
It is unnecessary because an av_shrink_packet() a few lines below
will set the size; furthermore, it is actually harmful, because
av_shrink_packet() does nothing in case the size already matches,
so that the packet's padding is not correctly zeroed.
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'tests/utils.c')
0 files changed, 0 insertions, 0 deletions