[vlc-commits] decklink access: remove copy/paste error

Rafaël Carré git at videolan.org
Fri Mar 29 14:56:55 CET 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Mar 29 14:53:32 2013 +0100| [32968cc1dd20f0286e5bd511ddfc2a3ca401ac36] | committer: Rafaël Carré

decklink access: remove copy/paste error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32968cc1dd20f0286e5bd511ddfc2a3ca401ac36
---

 modules/access/decklink.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp
index dd2e931..b188d8d 100644
--- a/modules/access/decklink.cpp
+++ b/modules/access/decklink.cpp
@@ -415,7 +415,6 @@ HRESULT DeckLinkCaptureDelegate::VideoInputFrameArrived(IDeckLinkVideoInputFrame
         if (audio_frame->i_pts > sys->last_pts)
             sys->last_pts = audio_frame->i_pts;
         vlc_mutex_unlock(&sys->pts_lock);
-        if (audio_frame->i_pts > sys->last_pts)
 
         es_out_Control(demux_->out, ES_OUT_SET_PCR, audio_frame->i_pts);
         es_out_Send(demux_->out, sys->audio_es, audio_frame);



More information about the vlc-commits mailing list