Changeset a36b1a81a56824910e877e086cebb9a1e8e9200b

Show
Ignore:
Timestamp:
08/11/03 20:52:41 (5 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1060627961 +0000
git-parent:

[e42f7d101ca73eb0c38e56bbf61c4483aeb19a4d]

git-author:
Gildas Bazin <gbazin@videolan.org> 1060627961 +0000
Message:

* modules/packetizer/mpegvideo.c: oops, fixed typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/packetizer/mpegvideo.c

    re42f7d1 ra36b1a8  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001, 2002 VideoLAN 
    5  * $Id: mpegvideo.c,v 1.17 2003/08/11 17:31:15 gbazin Exp $ 
     5 * $Id: mpegvideo.c,v 1.18 2003/08/11 18:52:41 gbazin Exp $ 
    66 * 
    77 * Authors: Laurent Aimar <fenrir@via.ecp.fr> 
     
    518518    } 
    519519 
    520     p_sout_buffer->i_length = p_pack->p_pack->i_interpolated_dts - 
     520    p_sout_buffer->i_length = p_pack->i_interpolated_dts - 
    521521                                p_sout_buffer->i_dts; 
    522522