Originally committed as revision 18411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-av_cold ff_h264_free_context(H264Context *h)
+av_cold void ff_h264_free_context(H264Context *h)
/**
* frees any data that may have been allocated in the H264 context like SPS, PPS etc.
*/
/**
* frees any data that may have been allocated in the H264 context like SPS, PPS etc.
*/
-av_cold ff_h264_free_context(H264Context *h);
+av_cold void ff_h264_free_context(H264Context *h);
#endif /* AVCODEC_H264_H */
#endif /* AVCODEC_H264_H */