[SCM] libav/experimental: 10l fix by (Bohdan Horst <nexus at irc dot pl>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 4904d6c2d3f94029c8ba01d865c50cd0d6aa124f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jun 17 10:46:08 2004 +0000

    10l fix by (Bohdan Horst <nexus at irc dot pl>)
    
    Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 33500fd..1c47760 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -619,7 +619,7 @@ static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
     unsigned char tag[5];
     unsigned int flags=0;
     const int stream_index= pkt->stream_index;
-    AVCodecContext *enc= &s->streams[stream_index]->codec;;
+    AVCodecContext *enc= &s->streams[stream_index]->codec;
     int size= pkt->size;
 
 //    av_log(s, AV_LOG_DEBUG, "%lld %d %d\n", pkt->dts, avi->packet_count[stream_index], stream_index);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list