Mercurial > libavformat.hg
changeset 480:cfcca046161a libavformat
10l fix by (Bohdan Horst <nexus at irc dot pl>)
author | michael |
---|---|
date | Thu, 17 Jun 2004 10:46:08 +0000 |
parents | d84d9d8bb0a4 |
children | f1430abbbd8b |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Tue Jun 15 13:49:12 2004 +0000 +++ b/avienc.c Thu Jun 17 10:46:08 2004 +0000 @@ -619,7 +619,7 @@ 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);