comparison libavcodec/h264_deblock.h @ 8:6c1433f5a562

remove need for end_thread()
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 17 May 2013 17:50:05 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7e4519261dfa
1 #ifndef H264_LOOPFILTER_H
2 #define H264_LOOPFILTER_H
3
4 #include "h264_types.h"
5
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);
7
8 #endif