diff libavcodec/h264_refs.h @ 2:897f711a7157

rearrange to work with autoconf
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 25 Sep 2012 15:55:33 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libavcodec/h264_refs.h	Tue Sep 25 15:55:33 2012 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +#ifndef H264_REFS_H
     1.5 +#define H264_REFS_H
     1.6 +
     1.7 +#include "avcodec.h"
     1.8 +#include "h264_types.h"
     1.9 +
    1.10 +int ff_h264_fill_default_ref_list(NalContext *n, H264Slice *s);
    1.11 +int ff_h264_decode_ref_pic_list_reordering(NalContext *n, H264Slice *s, GetBitContext *gb);
    1.12 +void ff_h264_remove_all_refs(NalContext *n, H264Slice *s);
    1.13 +int ff_h264_ref_pic_marking(NalContext *n, H264Slice *s, GetBitContext *gb);
    1.14 +void ff_h264_direct_ref_list_init(H264Slice *s);
    1.15 +void ff_h264_direct_dist_scale_factor(H264Slice *s);
    1.16 +
    1.17 +#endif