Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
Originally committed as revision 3387 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -112,7 +112,7 @@ void av_freep(void *arg)
|
||||
}
|
||||
|
||||
/* encoder management */
|
||||
AVCodec *first_avcodec;
|
||||
AVCodec *first_avcodec = NULL;
|
||||
|
||||
void register_avcodec(AVCodec *format)
|
||||
{
|
||||
|
Reference in New Issue
Block a user