Mercurial > libavformat.hg
changeset 6076:403c73d966e2 libavformat
Remove stray and possibly wrong line, rtpdec.c sets that already
author | lu_zero |
---|---|
date | Thu, 03 Jun 2010 16:51:29 +0000 |
parents | be118b3b67a8 |
children | 54d3a9240339 |
files | rtpdec_h264.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rtpdec_h264.c Wed Jun 02 21:57:40 2010 +0000 +++ b/rtpdec_h264.c Thu Jun 03 16:51:29 2010 +0000 @@ -401,8 +401,6 @@ // 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... }