From 48790d8ba89d18150e70e2889f891df2ed2ae405 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 3 Jun 2010 16:51:29 +0000 Subject: Remove stray and possibly wrong line, rtpdec.c sets that already Originally committed as revision 23440 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_h264.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/rtpdec_h264.c') 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... } -- cgit v1.2.3