Reinstate default time_base for rtp streams
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 15 Dec 2010 17:16:37 +0000 (17:16 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 15 Dec 2010 17:16:37 +0000 (17:16 +0000)
The generic default is 0/0 and that obviously triggers once the value is used.

Originally committed as revision 26016 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpdec.c

index 77b59a3..43002ca 100644 (file)
@@ -393,6 +393,7 @@ RTPDemuxContext *rtp_parse_open(AVFormatContext *s1, AVStream *st, URLContext *r
             return NULL;
         }
     } else {
+        av_set_pts_info(st, 32, 1, 90000);
         switch(st->codec->codec_id) {
         case CODEC_ID_MPEG1VIDEO:
         case CODEC_ID_MPEG2VIDEO: