summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ty.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/demux_ty.c')
-rw-r--r--libmpdemux/demux_ty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/demux_ty.c b/libmpdemux/demux_ty.c
index a0f96e2b3b..69329a5166 100644
--- a/libmpdemux/demux_ty.c
+++ b/libmpdemux/demux_ty.c
@@ -387,7 +387,7 @@ int demux_ty_fill_buffer( demuxer_t *demux )
if( demux->stream->eof ) return 0;
// ======================================================================
- // If we haven't figured out the size of the stream, lets do so
+ // If we haven't figured out the size of the stream, let's do so
// ======================================================================
#ifdef STREAMTYPE_STREAM_TY
if ( demux->stream->type == STREAMTYPE_STREAM_TY )
@@ -532,7 +532,7 @@ int demux_ty_fill_buffer( demuxer_t *demux )
0x20000 ) );
- // Lets make a Video Demux Stream for Mplayer
+ // Let's make a Video Demux Stream for Mplayer
aid = 0x0;
if( !demux->v_streams[ aid ] ) new_sh_video( demux, aid );
if( demux->video->id == -1 ) demux->video->id = aid;