ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Tue Jun 3 23:18:21 2025 +0200| [3be9b3f156c76ff3d6f0bad34af52965f1951b58] | committer: Andreas Rheinhardt
avcodec/hashtable: Remove null statement Reviewed-by: Emma Worley <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > 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; } _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
