]> git.sesse.net Git - vlc/commitdiff
Fix a typo.
authorSteinar Gunderson <sgunderson@bigfoot.com>
Fri, 24 Sep 2010 23:12:12 +0000 (01:12 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Fri, 24 Sep 2010 23:12:12 +0000 (01:12 +0200)
modules/access/sdi.cpp

index 8dab73977a73b3444af109cef704b94cda5183ec..ccef07114c7ef3b45053891e5441f9edf834c246 100644 (file)
@@ -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 )