Browse Source

avienc: Remove unused variable 'ret'

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
tags/n3.1
Reto Kromer Timothy Gu 10 years ago
parent
commit
f8d685270e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/avienc.c

+ 0
- 1
libavformat/avienc.c View File

@@ -705,7 +705,6 @@ static int avi_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVIOContext *pb = s->pb;
AVIStream *avist = s->streams[stream_index]->priv_data;
AVCodecContext *enc = s->streams[stream_index]->codec;
int ret;

if (pkt->dts != AV_NOPTS_VALUE)
avist->last_dts = pkt->dts + pkt->duration;


Loading…
Cancel
Save