comparison h264.h @ 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 febe1855b64a
comparison
equal deleted inserted replaced
9383:016519c432ef 9384:828d15d322ed
570 int ff_h264_decode_rbsp_trailing(H264Context *h, const uint8_t *src); 570 int ff_h264_decode_rbsp_trailing(H264Context *h, const uint8_t *src);
571 571
572 /** 572 /**
573 * frees any data that may have been allocated in the H264 context like SPS, PPS etc. 573 * frees any data that may have been allocated in the H264 context like SPS, PPS etc.
574 */ 574 */
575 av_cold ff_h264_free_context(H264Context *h); 575 av_cold void ff_h264_free_context(H264Context *h);
576 576
577 #endif /* AVCODEC_H264_H */ 577 #endif /* AVCODEC_H264_H */