[FFmpeg-cvslog] lavf: remove commented check in compute_pkt_fields2()
Stefano Sabatini
git at videolan.org
Sun Nov 6 02:58:29 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun Nov 6 02:16:41 2011 +0100| [41ab24bad8684f93c25cf5ac547fbbd713a2a491] | committer: Michael Niedermayer
lavf: remove commented check in compute_pkt_fields2()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41ab24bad8684f93c25cf5ac547fbbd713a2a491
---
libavformat/utils.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index f38e084..f52c93d 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -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);
More information about the ffmpeg-cvslog
mailing list