summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/frame.c b/libavutil/frame.c
index 69ee240758..8811dcdcfe 100644
--- a/libavutil/frame.c
+++ b/libavutil/frame.c
@@ -668,8 +668,6 @@ AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
enum AVFrameSideDataType type,
int size)
{
- if (size <= 0)
- return NULL;
return frame_new_side_data(frame, type, av_buffer_alloc(size));
}