[vlc-commits] commit: h264 packet: Remove trailing spaces (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Oct 1 16:08:21 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 1 16:07:55 2010 +0200| [ea5d5de5fa9c0f8aa22803802b6b628a6cf580f1] | committer: Jean-Baptiste Kempf
h264 packet: Remove trailing spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea5d5de5fa9c0f8aa22803802b6b628a6cf580f1
---
modules/packetizer/h264.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/packetizer/h264.c b/modules/packetizer/h264.c
index 1042f36..0b8de45 100644
--- a/modules/packetizer/h264.c
+++ b/modules/packetizer/h264.c
@@ -701,7 +701,7 @@ static block_t *ParseNALBlock( decoder_t *p_dec, bool *pb_used_ts, block_t *p_fr
block_ChainAppend( &p_sys->p_frame, p_frag );
*pb_used_ts = false;
- if( p_sys->i_frame_dts <= VLC_TS_INVALID &&
+ if( p_sys->i_frame_dts <= VLC_TS_INVALID &&
p_sys->i_frame_pts <= VLC_TS_INVALID )
{
p_sys->i_frame_dts = i_frag_dts;
@@ -1198,7 +1198,7 @@ static void ParseSei( decoder_t *p_dec, block_t *p_frag )
bs_t s;
const int i_rec = i_size;
const uint8_t *p_rec = &pb_dec[i_used];
-
+
bs_init( &s, p_rec, i_rec );
int i_recovery_frames = bs_read_ue( &s );
//bool b_exact_match = bs_read( &s, 1 );
More information about the vlc-commits
mailing list