Commit df44fdd3 authored by lu_zero's avatar lu_zero

Remove stray and possibly wrong line, rtpdec.c sets that already

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aa9054da
...@@ -401,8 +401,6 @@ static int parse_h264_sdp_line(AVFormatContext *s, int st_index, ...@@ -401,8 +401,6 @@ static int parse_h264_sdp_line(AVFormatContext *s, int st_index,
// could use this if we wanted. // 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... return 0; // keep processing it the normal way...
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment