]> git.sesse.net Git - vlc/blobdiff - modules/access/sdi.cpp
Fix a typo.
[vlc] / 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 )