mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
msdk: libva: remove unnecessary code and comments
https://bugzilla.gnome.org/show_bug.cgi?id=794276
This commit is contained in:
parent
6547b638c5
commit
52f669bf43
1 changed files with 0 additions and 8 deletions
|
@ -29,11 +29,6 @@
|
||||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* TODO:
|
|
||||||
* - discover dri_path instead of having it hardcoded
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
@ -41,9 +36,6 @@
|
||||||
#include "msdk.h"
|
#include "msdk.h"
|
||||||
#include "msdk_libva.h"
|
#include "msdk_libva.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (gst_msdkenc_debug);
|
|
||||||
#define GST_CAT_DEFAULT gst_msdkenc_debug
|
|
||||||
|
|
||||||
struct fourcc_map
|
struct fourcc_map
|
||||||
{
|
{
|
||||||
mfxU32 mfx_fourcc;
|
mfxU32 mfx_fourcc;
|
||||||
|
|
Loading…
Reference in a new issue