diff h264.c @ 8554:13d14e77e91a libavcodec

Rename ff_VDPAU as ff_vdpau.
author cehoyos
date Wed, 07 Jan 2009 23:48:32 +0000
parents bf580075909f
children 24c5744c3e96
line wrap: on
line diff
--- a/h264.c	Wed Jan 07 23:42:07 2009 +0000
+++ b/h264.c	Wed Jan 07 23:48:32 2009 +0000
@@ -7425,8 +7425,8 @@
                && avctx->skip_frame < AVDISCARD_ALL){
                 if(ENABLE_H264_VDPAU_DECODER && avctx->codec_id == CODEC_ID_H264_VDPAU){
                     static const uint8_t start_code[] = {0x00, 0x00, 0x01};
-                    ff_VDPAU_h264_add_data_chunk(h, start_code, sizeof(start_code));
-                    ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
+                    ff_vdpau_h264_add_data_chunk(h, start_code, sizeof(start_code));
+                    ff_vdpau_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
                 }else
                     context_count++;
             }
@@ -7633,7 +7633,7 @@
         h->prev_frame_num= h->frame_num;
 
         if (ENABLE_H264_VDPAU_DECODER && avctx->codec_id == CODEC_ID_H264_VDPAU)
-            ff_VDPAU_h264_picture_complete(h);
+            ff_vdpau_h264_picture_complete(h);
 
         /*
          * FIXME: Error handling code does not seem to support interlaced