annotate libavcodec/h264_deblock.h @ 6:55fb61482128

VSs working
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 06 Mar 2013 14:35:39 +0100
parents
children
rev   line source
nengel@2 1 #ifndef H264_LOOPFILTER_H
nengel@2 2 #define H264_LOOPFILTER_H
nengel@2 3
nengel@2 4 #include "h264_types.h"
nengel@2 5
nengel@2 6 void ff_h264_filter_mb(MBRecContext *d, MBRecState *mrs, H264Slice *s, H264Mb *m, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr);
nengel@2 7
nengel@2 8 #endif