view libavcodec/h264_deblock.h @ 3:0b056460c67d

changed code to use VSs
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 29 Oct 2012 16:44:27 +0100
parents
children
line source
1 #ifndef H264_LOOPFILTER_H
2 #define H264_LOOPFILTER_H
4 #include "h264_types.h"
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);
8 #endif