Browse Source

lavf: remove commented check in compute_pkt_fields2()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Stefano Sabatini Michael Niedermayer 14 years ago
parent
commit
41ab24bad8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/utils.c

+ 0
- 3
libavformat/utils.c View File

@@ -3183,9 +3183,6 @@ static int compute_pkt_fields2(AVFormatContext *s, AVStream *st, AVPacket *pkt){
av_dlog(s, "compute_pkt_fields2: pts:%"PRId64" dts:%"PRId64" cur_dts:%"PRId64" b:%d size:%d st:%d\n",
pkt->pts, pkt->dts, st->cur_dts, delay, pkt->size, pkt->stream_index);

/* if(pkt->pts == AV_NOPTS_VALUE && pkt->dts == AV_NOPTS_VALUE)
return AVERROR(EINVAL);*/

/* duration field */
if (pkt->duration == 0) {
compute_frame_duration(&num, &den, st, NULL, pkt);


Loading…
Cancel
Save