diff h264.c @ 9384:828d15d322ed libavcodec

Add forgotten void return type to ff_h264_free_context
author reimar
date Fri, 10 Apr 2009 11:31:55 +0000
parents 54e650136c87
children a673af90ed8f
line wrap: on
line diff
--- a/h264.c	Fri Apr 10 11:29:51 2009 +0000
+++ b/h264.c	Fri Apr 10 11:31:55 2009 +0000
@@ -8083,7 +8083,7 @@
 #endif /* TEST */
 
 
-av_cold ff_h264_free_context(H264Context *h)
+av_cold void ff_h264_free_context(H264Context *h)
 {
     int i;