From 12692958da6e39f69aa23b474acc55c1ae684bea Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sun, 12 Jun 2011 19:26:15 +0000 Subject: [PATCH] Clean unused patch --- ffmpeg-av_parser_parse-fix.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ffmpeg-av_parser_parse-fix.patch diff --git a/ffmpeg-av_parser_parse-fix.patch b/ffmpeg-av_parser_parse-fix.patch deleted file mode 100644 index 341dae9..0000000 --- a/ffmpeg-av_parser_parse-fix.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 1f6265e011f6e56562b2f58c182bc0261062b3c4 Mon Sep 17 00:00:00 2001 -From: Brad -Date: Wed, 6 Apr 2011 17:41:12 -0400 -Subject: [PATCH] Fix parser: mark av_parser_parse() for removal on next major bump - -Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d ---- - libavcodec/parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/libavcodec/parser.c b/libavcodec/parser.c -index 0c69b91..3ba3e9c 100644 ---- a/libavcodec/parser.c -+++ b/libavcodec/parser.c -@@ -105,7 +105,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){ - } - } - --#if LIBAVCODEC_VERSION_MINOR < 53 -+#if LIBAVCODEC_VERSION_MAJOR < 53 - /** - * - * @param buf input --- -1.7.2.5 -