You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-porting
when porting the libavcodec/libavformat to stagefright, the A/V sync
problem happlened.
my way to set the kKetTime is :
video_packet->pts*av_q2d(time_base) : video keytime
audio_packet->pts*av_q2d(time_base) : audio keytime
when i play the video(640*280) , stagefright lost 6 frames everytime.
is it normal ?