mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
makes avformat_get_context_defaults() static
when the next compatibility breaking change occurs, as suggested by Michael Niedermayer here: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377 Patch by Takis Original thread: Date: Sep 8, 2006 11:19 AM Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7b95bc5842
commit
57c244f6c7
@ -474,6 +474,9 @@ static const AVOption options[]={
|
||||
|
||||
static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options };
|
||||
|
||||
#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
|
||||
static
|
||||
#endif
|
||||
void avformat_get_context_defaults(AVFormatContext *s){
|
||||
memset(s, 0, sizeof(AVFormatContext));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user