diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:14:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:14:54 +0000 |
commit | bad700e34652ad45071321f8782d85d3685f0da8 (patch) | |
tree | 14a4b6b66664d8834b328a8565d8492bb35150cf /libavcodec/cavs.h | |
parent | 3b26ee4719a4f2c1d5b71a09492593b5569ea745 (diff) | |
download | ffmpeg-bad700e34652ad45071321f8782d85d3685f0da8.tar.gz |
trivial warning fixes
Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r-- | libavcodec/cavs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index 3c6ef46ec2..adc9c2452f 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -404,8 +404,6 @@ static inline void init_mb(AVSContext *h) { h->col_type = &h->col_type_base[h->mby*h->mb_width + h->mbx]; } -static inline void check_for_slice(AVSContext *h); - /** * save predictors for later macroblocks and increase * macroblock address |