From 31f66d9cfa9c4efdd18ef46b8f8a402f57274c2d Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Sun, 25 May 2014 19:25:56 +0000 Subject: [PATCH] Remove unused PKT_FLAG_KEY definition. --- src/FFmpeg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/FFmpeg.h b/src/FFmpeg.h index 46c317c00..96426940c 100644 --- a/src/FFmpeg.h +++ b/src/FFmpeg.h @@ -68,10 +68,6 @@ extern "C" { #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 59, 100) #define avcodec_free_frame av_free #endif - - #ifndef PKT_FLAG_KEY - #define PKT_FLAG_KEY AV_PKT_FLAG_KEY - #endif } #endif