Commit d25083e0 authored by michael's avatar michael

Add forgotten include of h264_mvpred.h to h264.h.

This could have caused the linking failure of pred_pskip_motion() missing if
a compiler included never used static functions.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21221 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f55cc5bc
...@@ -1298,4 +1298,6 @@ static void decode_mb_skip(H264Context *h){ ...@@ -1298,4 +1298,6 @@ static void decode_mb_skip(H264Context *h){
h->prev_mb_skipped= 1; h->prev_mb_skipped= 1;
} }
#include "h264_mvpred.h" //For pred_pskip_motion()
#endif /* AVCODEC_H264_H */ #endif /* AVCODEC_H264_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment