comparison rtpdec_h264.c @ 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 178de7695c6c
children 34f4b569637f
comparison
equal deleted inserted replaced
6075:be118b3b67a8 6076:403c73d966e2
399 } 399 }
400 } else if (av_strstart(p, "cliprect:", &p)) { 400 } else if (av_strstart(p, "cliprect:", &p)) {
401 // could use this if we wanted. 401 // could use this if we wanted.
402 } 402 }
403 403
404 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)
405
406 return 0; // keep processing it the normal way... 404 return 0; // keep processing it the normal way...
407 } 405 }
408 406
409 /** 407 /**
410 This is the structure for expanding on the dynamic rtp protocols (makes everything static. yay!) 408 This is the structure for expanding on the dynamic rtp protocols (makes everything static. yay!)