]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vqf.c
rtsp: Reorder functions
[ffmpeg] / libavformat / vqf.c
index 27890f84825ca67cf50a1de3f9a8b5958511aa10..b0ec0205118db074b895d945b4514a1fa7143320 100644 (file)
@@ -189,6 +189,7 @@ static int vqf_read_header(AVFormatContext *s, AVFormatParameters *ap)
         return -1;
     }
     c->frame_bit_len = st->codec->bit_rate*size/st->codec->sample_rate;
+    av_set_pts_info(st, 64, 1, st->codec->sample_rate);
 
     return 0;
 }