[vlc-devel] commit: Factorize picture dating and releasing	code. (Antoine Cellerier )
    Pierre d'Herbemont 
    pdherbemont at free.fr
       
    Wed Jun  4 22:58:53 CEST 2008
    
    
  
On Jun 4, 2008, at 10:03 PM, git version control wrote:
> vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> |  
> Wed Jun  4 20:02:58 2008 +0200|  
> [b6dc08dbaaf134f80a528e1ac1e63309a55cf9c7]
>
> Factorize picture dating and releasing code.
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6dc08dbaaf134f80a528e1ac1e63309a55cf9c7
> ---
>
> modules/video_filter/filter_picture.h |   17 +++++++++++++++++
> 1 files changed, 17 insertions(+), 0 deletions(-)
>
> diff --git a/modules/video_filter/filter_picture.h b/modules/ 
> video_filter/filter_picture.h
> index 73ef0d5..97ac7b3 100644
> --- a/modules/video_filter/filter_picture.h
> +++ b/modules/video_filter/filter_picture.h
> @@ -82,3 +82,20 @@ static inline int  
> GetPackedYuvOffsets( vlc_fourcc_t i_chroma,
>             return VLC_EGENERIC;
>     }
> }
> +
> +/ 
> *****************************************************************************
> + *
> +  
> *****************************************************************************/
> +static inline picture_t *CopyMetaAndRelease( picture_t *p_outpic,  
> picture_t *p_inpic )
This function isn't used, or is it me?
Pierre.
    
    
More information about the vlc-devel
mailing list