summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhd_parser.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2021-08-27 13:46:50 +0200
committerAndreas Rheinhardt <[email protected]>2021-08-31 17:01:04 +0200
commitbcbd84f435f5f449c04f93023eb874e07c76470c (patch)
tree26b988282f1bbbb7ab43d3ebdeaca57a00a4b79f /libavcodec/dnxhd_parser.c
parente04ddba64f4c389b33b07dba6adb89f3492b151c (diff)
avformat/utils: Don't allocate zero-sized array
It is unnecessary and also ill-defined: av_malloc() returns a 1-byte block of memory in this case, but this is not documented. Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavcodec/dnxhd_parser.c')
0 files changed, 0 insertions, 0 deletions