summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2010-06-03 16:51:29 +0000
committerLuca Barbato <lu_zero@gentoo.org>2010-06-03 16:51:29 +0000
commit48790d8ba89d18150e70e2889f891df2ed2ae405 (patch)
tree25d3d4725ca8b413e2a7e4f6ac97dbb07a2d2085
parent7caee063a0b71a2b9bdd21f508bb39b6b7a83ceb (diff)
Remove stray and possibly wrong line, rtpdec.c sets that already
Originally committed as revision 23440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/rtpdec_h264.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index d690173229..49db08a456 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -401,8 +401,6 @@ static int parse_h264_sdp_line(AVFormatContext *s, int st_index,
// could use this if we wanted.
}
- av_set_pts_info(stream, 33, 1, 90000); // 33 should be right, because the pts is 64 bit? (done elsewhere; this is a one time thing)
-
return 0; // keep processing it the normal way...
}