OSDN Git Service

Remove stray and possibly wrong line, rtpdec.c sets that already
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 3 Jun 2010 16:51:29 +0000 (16:51 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 3 Jun 2010 16:51:29 +0000 (16:51 +0000)
Originally committed as revision 23440 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpdec_h264.c

index d690173..49db08a 100644 (file)
@@ -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...
 }