[SCM] libav/experimental: tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:23:09 UTC 2013


The following commit has been merged in the experimental branch:
commit a9d921cbad7ec7e88bdb81b046faa9c1c6ac6d3d
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Feb 3 13:34:02 2011 +0000

    tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

diff --git a/libavformat/tty.c b/libavformat/tty.c
index 0adbaf1..1003157 100644
--- a/libavformat/tty.c
+++ b/libavformat/tty.c
@@ -120,7 +120,7 @@ static int read_packet(AVFormatContext *avctx, AVPacket *pkt)
     pkt->size = av_get_packet(avctx->pb, pkt, n);
     if (pkt->size <= 0)
         return AVERROR(EIO);
-    pkt->flags |= PKT_FLAG_KEY;
+    pkt->flags |= AV_PKT_FLAG_KEY;
     return 0;
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list