From: Steinar Gunderson Date: Fri, 24 Sep 2010 23:12:12 +0000 (+0200) Subject: Fix a typo. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2c996e408a230cfeb3b15debf9ebb48ae3afd6dd;hp=1dd750fb98b176d21200ccd04cee0500b9a6fcf4;p=vlc Fix a typo. --- diff --git a/modules/access/sdi.cpp b/modules/access/sdi.cpp index 8dab73977a..ccef07114c 100644 --- a/modules/access/sdi.cpp +++ b/modules/access/sdi.cpp @@ -184,7 +184,7 @@ HRESULT DeckLinkCaptureDelegate::VideoInputFrameArrived(IDeckLinkVideoInputFrame BMDTimeValue packet_time; audioFrame->GetPacketTime( &packet_time, CLOCK_FREQ ); - p_audio_frame->i_pts = p_video_frame->i_dts = VLC_TS_0 + packet_time; + p_audio_frame->i_pts = p_audio_frame->i_dts = VLC_TS_0 + packet_time; } if( p_video_frame || p_audio_frame )