[FFmpeg-cvslog] avcodec/hashtable: Remove null statement
Andreas Rheinhardt
git at videolan.org
Wed Jun 4 16:41:07 EEST 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Jun 3 23:18:21 2025 +0200| [3be9b3f156c76ff3d6f0bad34af52965f1951b58] | committer: Andreas Rheinhardt
avcodec/hashtable: Remove null statement
Reviewed-by: Emma Worley <emma at emma.gg>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3be9b3f156c76ff3d6f0bad34af52965f1951b58
---
libavcodec/hashtable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/hashtable.c b/libavcodec/hashtable.c
index 0d5c816cd7..d18e872f4f 100644
--- a/libavcodec/hashtable.c
+++ b/libavcodec/hashtable.c
@@ -194,7 +194,7 @@ int ff_hashtable_delete(struct FFHashtableContext *ctx, const void *key)
entry = next_entry;
}
}
- };
+ }
return 0;
}
More information about the ffmpeg-cvslog
mailing list