Mercurial > libavcodec.hg
comparison vaapi_mpeg4.c @ 11984:7589f76ce761 libavcodec
vaapi: add missing #include "h263.h"
| author | mru |
|---|---|
| date | Sun, 27 Jun 2010 20:18:28 +0000 |
| parents | 8a4984c5cacc |
| children |
comparison
equal
deleted
inserted
replaced
| 11983:5071d562408d | 11984:7589f76ce761 |
|---|---|
| 19 * License along with FFmpeg; if not, write to the Free Software | 19 * License along with FFmpeg; if not, write to the Free Software |
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 */ | 21 */ |
| 22 | 22 |
| 23 #include "vaapi_internal.h" | 23 #include "vaapi_internal.h" |
| 24 #include "h263.h" | |
| 24 | 25 |
| 25 /** Reconstruct bitstream intra_dc_vlc_thr */ | 26 /** Reconstruct bitstream intra_dc_vlc_thr */ |
| 26 static int mpeg4_get_intra_dc_vlc_thr(MpegEncContext *s) | 27 static int mpeg4_get_intra_dc_vlc_thr(MpegEncContext *s) |
| 27 { | 28 { |
| 28 switch (s->intra_dc_threshold) { | 29 switch (s->intra_dc_threshold) { |
