# HG changeset patch # User lu_zero # Date 1275583889 0 # Node ID 403c73d966e2b92334abed95014283f6c0bd77f4 # Parent be118b3b67a87c74f4d0c9a34e5fba31a641a462 Remove stray and possibly wrong line, rtpdec.c sets that already diff -r be118b3b67a8 -r 403c73d966e2 rtpdec_h264.c --- 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... }