[FFmpeg-cvslog] r23610 - in branches/0.6: configure libavformat/utils.c
Martin Storsjö
martin
Tue Jun 15 14:31:06 CEST 2010
On Tue, 15 Jun 2010, siretart wrote:
> Modified: branches/0.6/libavformat/utils.c
> ==============================================================================
> --- branches/0.6/libavformat/utils.c Tue Jun 15 12:14:19 2010 (r23609)
> +++ branches/0.6/libavformat/utils.c Tue Jun 15 14:29:19 2010 (r23610)
> @@ -282,8 +282,54 @@ AVInputFormat *av_find_input_format(cons
> return NULL;
> }
>
> -/* memory handling */
> +#if HAVE_GNU_SYMBOL_VERSIONING && LIBAVFORMAT_VERSION_MAJOR < 53
> +/* compatibility trampolines for packet functions */
> +
Didn't you accidentally remove an unrelated comment here?
// Martin
More information about the ffmpeg-cvslog
mailing list