mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l CODEC vs. FORMAT
Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
12b6992b6f
commit
03bb9ae58c
@ -344,7 +344,7 @@ 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)
|
||||
#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0)
|
||||
static
|
||||
#endif
|
||||
void avformat_get_context_defaults(AVFormatContext *s){
|
||||
|
Loading…
Reference in New Issue
Block a user