Changeset ae60413f308ab0d09bb3a1fd8bb63661ec1bb569

Show
Ignore:
Timestamp:
03/03/04 12:39:06 (5 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1078313946 +0000
git-parent:

[5f1c70065745b81110f673f901e6b4d97f9fb9d7]

git-author:
Christophe Massiot <massiot@videolan.org> 1078313946 +0000
Message:

* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/transrate/frame.c

    r7a649fb rae60413  
    66 * Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org> 
    77 * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> 
    8  * $Id: frame.c,v 1.1 2004/03/03 11:20:52 massiot Exp $ 
     8 * $Id: frame.c,v 1.2 2004/03/03 11:39:06 massiot Exp $ 
    99 * 
    1010 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    4343 
    4444#include "transrate.h" 
    45  
    46 /***************************************************************************** 
    47  * Exported prototypes 
    48  *****************************************************************************/ 
    49 static int      Open    ( vlc_object_t * ); 
    50 static void     Close   ( vlc_object_t * ); 
    51  
    52 static sout_stream_id_t *Add ( sout_stream_t *, es_format_t * ); 
    53 static int               Del ( sout_stream_t *, sout_stream_id_t * ); 
    54 static int               Send( sout_stream_t *, sout_stream_id_t *, sout_buffer_t * ); 
    55  
    56 static int  transrate_video_process( sout_stream_t *, sout_stream_id_t *, sout_buffer_t *, sout_buffer_t ** ); 
    57  
    5845 
    5946/****************************************************************************