Browse Source

Rename vdpau_render.h as vdpau.h.

Originally committed as revision 16444 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos 17 years ago
parent
commit
8423186e65
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      libavcodec/vdpau.h
  2. +1
    -1
      libavcodec/vdpauvideo.c

libavcodec/vdpau_render.h → libavcodec/vdpau.h View File


+ 1
- 1
libavcodec/vdpauvideo.c View File

@@ -28,7 +28,7 @@
#undef NDEBUG
#include <assert.h>

#include "vdpau_render.h"
#include "vdpau.h"
#include "vdpau_internal.h"

/**


Loading…
Cancel
Save