comparison 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
comparison
equal deleted inserted replaced
9383:016519c432ef 9384:828d15d322ed
8081 return 0; 8081 return 0;
8082 } 8082 }
8083 #endif /* TEST */ 8083 #endif /* TEST */
8084 8084
8085 8085
8086 av_cold ff_h264_free_context(H264Context *h) 8086 av_cold void ff_h264_free_context(H264Context *h)
8087 { 8087 {
8088 int i; 8088 int i;
8089 8089
8090 av_freep(&h->rbsp_buffer[0]); 8090 av_freep(&h->rbsp_buffer[0]);
8091 av_freep(&h->rbsp_buffer[1]); 8091 av_freep(&h->rbsp_buffer[1]);