Commit 849b2c1a authored by michael's avatar michael

10l fix by (Bohdan Horst <nexus at irc dot pl>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3227 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80f5756f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment