diff h264.c @ 7344:c2d0de091b69 libavcodec

Revert r13542: Spatial direct mode probably also works with PAFF.
author cehoyos
date Mon, 21 Jul 2008 22:46:47 +0000
parents 9a4cb430d8ff
children a36996f67748
line wrap: on
line diff
--- a/h264.c	Mon Jul 21 22:19:06 2008 +0000
+++ b/h264.c	Mon Jul 21 22:46:47 2008 +0000
@@ -4117,8 +4117,6 @@
     if(h->slice_type_nos != FF_I_TYPE){
         if(h->slice_type_nos == FF_B_TYPE){
             h->direct_spatial_mv_pred= get_bits1(&s->gb);
-            if(FIELD_PICTURE && h->direct_spatial_mv_pred)
-                av_log(h->s.avctx, AV_LOG_ERROR, "PAFF + spatial direct mode is not implemented\n");
         }
         num_ref_idx_active_override_flag= get_bits1(&s->gb);